#ABD264

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

Shades of Conifer #ABD264

Tints of Conifer #ABD264

Color information

#ABD264 (or 0xABD264) is unknown color: approx Conifer. HEX triplet: AB, D2 and 64. RGB value is (171,210,100). Sum of RGB (Red+Green+Blue) = 171+210+100=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 210 (82.42% from 255 or 43.66% from 481); Blue value is 100 (39.45% from 255 or 20.79% from 481); Max value from RGB is 210 - color contains mainly: green. Hex color #ABD264 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABD264 is #542D9B. Grayscale: #BABABA. Windows color (decimal): -5516700 or 6607531. OLE color: 6607531.

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

Color convert

RGB171210100-
CMYK0.1900.520.18
HSL81.27º55%60.78%-
HSV(B)81.27º52.38%82.35%-
XYZ42.1455.6720.58-
YUV185.879.58117.44-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.55%
GREEN value IS 210 (82.42% from 255) = 43.66%
BLUE value IS 100 (39.45% from 255) = 20.79%
R=35.55%
G=43.66%
B=20.79%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1712101000.1900.520.1881.275560.78
HexABD264130341251373d
Octal25332214423064221216775
Binary10101011110100101100100100110110100100101010001110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD264; }

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

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

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

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

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

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

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

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