#ABDD64

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

Shades of Conifer #ABDD64

Tints of Conifer #ABDD64

Color information

#ABDD64 (or 0xABDD64) is unknown color: approx Conifer. HEX triplet: AB, DD and 64. RGB value is (171,221,100). Sum of RGB (Red+Green+Blue) = 171+221+100=492 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.76% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 100 (39.45% from 255 or 20.33% from 492); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDD64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDD64 is #54229B. Grayscale: #C0C0C0. Windows color (decimal): -5513884 or 6610347. OLE color: 6610347.

HSL color Cylindrical-coordinate representation of color #ABDD64: hue angle of 84.79º degrees, saturation: 0.64, 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 #ABDD64 is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB171221100-
CMYK0.2300.550.13
HSL84.79º64.02%62.94%-
HSV(B)84.79º54.75%86.67%-
XYZ44.9561.2921.52-
YUV192.2675.94112.84-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.76%
GREEN value IS 221 (86.72% from 255) = 44.92%
BLUE value IS 100 (39.45% from 255) = 20.33%
R=34.76%
G=44.92%
B=20.33%

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
Decimal1712211000.2300.550.1384.7964.0262.94
HexABDD6417037D55403f
Octal253335144270671512510077
Binary10101011110111011100100101110110111110110101011000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDD64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDD64; }

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

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

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

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

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

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

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

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