#A1D755

Color #A1D755 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #A1D755

Tints of Conifer #A1D755

Color information

#A1D755 (or 0xA1D755) is unknown color: approx Conifer. HEX triplet: A1, D7 and 55. RGB value is (161,215,85). Sum of RGB (Red+Green+Blue) = 161+215+85=461 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.92% from 461); Green value is 215 (84.38% from 255 or 46.64% from 461); Blue value is 85 (33.59% from 255 or 18.44% from 461); Max value from RGB is 215 - color contains mainly: green. Hex color #A1D755 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D755 is #5E28AA. Grayscale: #B8B8B8. Windows color (decimal): -6170795 or 5625761. OLE color: 5625761.

HSL color Cylindrical-coordinate representation of color #A1D755: hue angle of 84.92º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A1D755 is Cyan = 0.25, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB16121585-
CMYK0.2500.600.16
HSL84.92º61.9%58.82%-
HSV(B)84.92º60.47%84.31%-
XYZ40.6456.8317.42-
YUV184.0372.11111.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 161 (63.28% from 255) = 34.92%
GREEN value IS 215 (84.38% from 255) = 46.64%
BLUE value IS 85 (33.59% from 255) = 18.44%
R=34.92%
G=46.64%
B=18.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal161215850.2500.600.1684.9261.958.82
HexA1D7551903C10553e3b
Octal24132712531074201257673
Binary10100001110101111010101110010111100100001010101111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D755; }

 p { color: rgb(161,215,85); }

 H1.HeaderClassName
 {
   color: #A1D755;
 }
 .AnyTagClassName
 {
   color: #A1D755;
 }
</style>
background-color css

<style>
 a { background-color: #A1D755; }

 a { background-color: rgb(161,215,85); }

 div.DivClassName
 {
   background-color: #A1D755;
 }
 .BgClassName
 {
   background-color: #A1D755;
 }
</style>
border-color css

<style>
 span { border-color: #A1D755; }

 span { border-color: rgb(161,215,85); }

 td.TdClassName
 {
   border-color: #A1D755;
 }
 .TagClassName
 {
   border-color: #A1D755;
 }
</style>