#ABD064

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

Shades of Conifer #ABD064

Tints of Conifer #ABD064

Color information

#ABD064 (or 0xABD064) is unknown color: approx Conifer. HEX triplet: AB, D0 and 64. RGB value is (171,208,100). Sum of RGB (Red+Green+Blue) = 171+208+100=479 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.70% from 479); Green value is 208 (81.64% from 255 or 43.42% from 479); Blue value is 100 (39.45% from 255 or 20.88% from 479); Max value from RGB is 208 - color contains mainly: green. Hex color #ABD064 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABD064 is #542F9B. Grayscale: #B9B9B9. Windows color (decimal): -5517212 or 6607019. OLE color: 6607019.

HSL color Cylindrical-coordinate representation of color #ABD064: hue angle of 80.56º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ABD064 is Cyan = 0.18, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB171208100-
CMYK0.1800.520.18
HSL80.56º53.47%60.39%-
HSV(B)80.56º51.92%81.57%-
XYZ41.6554.6920.42-
YUV184.6280.24118.28-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.70%
GREEN value IS 208 (81.64% from 255) = 43.42%
BLUE value IS 100 (39.45% from 255) = 20.88%
R=35.70%
G=43.42%
B=20.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1712081000.1800.520.1880.5653.4760.39
HexABD064120341251353c
Octal25332014422064221216574
Binary10101011110100001100100100100110100100101010001110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD064; }

 p { color: rgb(171,208,100); }

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

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

 a { background-color: rgb(171,208,100); }

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

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

 span { border-color: rgb(171,208,100); }

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