#ABD45E

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

Shades of Conifer #ABD45E

Tints of Conifer #ABD45E

Color information

#ABD45E (or 0xABD45E) is unknown color: approx Conifer. HEX triplet: AB, D4 and 5E. RGB value is (171,212,94). Sum of RGB (Red+Green+Blue) = 171+212+94=477 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.85% from 477); Green value is 212 (83.20% from 255 or 44.44% from 477); Blue value is 94 (37.11% from 255 or 19.71% from 477); Max value from RGB is 212 - color contains mainly: green. Hex color #ABD45E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABD45E is #542BA1. Grayscale: #BABABA. Windows color (decimal): -5516194 or 6214827. OLE color: 6214827.

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

Color convert

RGB17121294-
CMYK0.1900.560.17
HSL80.85º57.84%60%-
HSV(B)80.85º55.66%83.14%-
XYZ42.3656.5519.27-
YUV186.2975.92117.09-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.85%
GREEN value IS 212 (83.20% from 255) = 44.44%
BLUE value IS 94 (37.11% from 255) = 19.71%
R=35.85%
G=44.44%
B=19.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal171212940.1900.560.1780.8557.8460
HexABD45E1303811513a3c
Octal25332413623070211217274
Binary10101011110101001011110100110111000100011010001111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD45E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD45E; }

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

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

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

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

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

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

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

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