#ABDE64

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

Shades of Conifer #ABDE64

Tints of Conifer #ABDE64

Color information

#ABDE64 (or 0xABDE64) is unknown color: approx Conifer. HEX triplet: AB, DE and 64. RGB value is (171,222,100). Sum of RGB (Red+Green+Blue) = 171+222+100=493 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.69% from 493); Green value is 222 (87.11% from 255 or 45.03% from 493); Blue value is 100 (39.45% from 255 or 20.28% from 493); Max value from RGB is 222 - color contains mainly: green. Hex color #ABDE64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDE64 is #54219B. Grayscale: #C1C1C1. Windows color (decimal): -5513628 or 6610603. OLE color: 6610603.

HSL color Cylindrical-coordinate representation of color #ABDE64: hue angle of 85.08º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ABDE64 is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB171222100-
CMYK0.2300.550.13
HSL85.08º64.89%63.14%-
HSV(B)85.08º54.95%87.06%-
XYZ45.2261.8221.61-
YUV192.8475.6112.42-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.69%
GREEN value IS 222 (87.11% from 255) = 45.03%
BLUE value IS 100 (39.45% from 255) = 20.28%
R=34.69%
G=45.03%
B=20.28%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1712221000.2300.550.1385.0864.8963.14
HexABDE6417037D55413f
Octal253336144270671512510177
Binary10101011110111101100100101110110111110110101011000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDE64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDE64; }

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

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

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

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

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

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

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

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