#ABD463

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

Shades of Conifer #ABD463

Tints of Conifer #ABD463

Color information

#ABD463 (or 0xABD463) is unknown color: approx Conifer. HEX triplet: AB, D4 and 63. RGB value is (171,212,99). Sum of RGB (Red+Green+Blue) = 171+212+99=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 212 (83.20% from 255 or 43.98% from 482); Blue value is 99 (39.06% from 255 or 20.54% from 482); Max value from RGB is 212 - color contains mainly: green. Hex color #ABD463 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABD463 is #542B9C. Grayscale: #BBBBBB. Windows color (decimal): -5516189 or 6542507. OLE color: 6542507.

HSL color Cylindrical-coordinate representation of color #ABD463: hue angle of 81.77º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ABD463 is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.17.

Color convert

RGB17121299-
CMYK0.1900.530.17
HSL81.77º56.78%60.98%-
HSV(B)81.77º53.3%83.14%-
XYZ42.5956.6520.49-
YUV186.8678.42116.69-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.48%
GREEN value IS 212 (83.20% from 255) = 43.98%
BLUE value IS 99 (39.06% from 255) = 20.54%
R=35.48%
G=43.98%
B=20.54%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal171212990.1900.530.1781.7756.7860.98
HexABD463130351152393d
Octal25332414323065211227175
Binary10101011110101001100011100110110101100011010010111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD463; }

 p { color: rgb(171,212,99); }

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

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

 a { background-color: rgb(171,212,99); }

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

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

 span { border-color: rgb(171,212,99); }

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