#ABDA52

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

Shades of Conifer #ABDA52

Tints of Conifer #ABDA52

Color information

#ABDA52 (or 0xABDA52) is unknown color: approx Conifer. HEX triplet: AB, DA and 52. RGB value is (171,218,82). Sum of RGB (Red+Green+Blue) = 171+218+82=471 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.31% from 471); Green value is 218 (85.55% from 255 or 46.28% from 471); Blue value is 82 (32.42% from 255 or 17.41% from 471); Max value from RGB is 218 - color contains mainly: green. Hex color #ABDA52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDA52 is #5425AD. Grayscale: #BCBCBC. Windows color (decimal): -5514670 or 5429931. OLE color: 5429931.

HSL color Cylindrical-coordinate representation of color #ABDA52: hue angle of 80.74º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ABDA52 is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB17121882-
CMYK0.2200.620.15
HSL80.74º64.76%58.82%-
HSV(B)80.74º62.39%85.49%-
XYZ43.3959.4117.16-
YUV188.4467.93115.56-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.31%
GREEN value IS 218 (85.55% from 255) = 46.28%
BLUE value IS 82 (32.42% from 255) = 17.41%
R=36.31%
G=46.28%
B=17.41%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal171218820.2200.620.1580.7464.7658.82
HexABDA521603EF51413b
Octal253332122260761712110173
Binary10101011110110101010010101100111110111110100011000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDA52; }

 p { color: rgb(171,218,82); }

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

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

 a { background-color: rgb(171,218,82); }

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

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

 span { border-color: rgb(171,218,82); }

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