#abd945

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

Shades of Conifer #ABD945

Tints of Conifer #ABD945

Color information

#ABD945 (or 0xABD945) is unknown color: approx Conifer. HEX triplet: AB, D9 and 45. RGB value is (171,217,69). Sum of RGB (Red+Green+Blue) = 171+217+69=457 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.42% from 457); Green value is 217 (85.16% from 255 or 47.48% from 457); Blue value is 69 (27.34% from 255 or 15.10% from 457); Max value from RGB is 217 - color contains mainly: green. Hex color #ABD945 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABD945 is #5426BA. Grayscale: #BABABA. Windows color (decimal): -5514939 or 4577707. OLE color: 4577707.

HSL color Cylindrical-coordinate representation of color #ABD945: hue angle of 78.65º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ABD945 is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB17121769-
CMYK0.2100.680.15
HSL78.65º66.07%56.08%-
HSV(B)78.65º68.2%85.1%-
XYZ42.6858.7114.71-
YUV186.3761.76117.03-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.42%
GREEN value IS 217 (85.16% from 255) = 47.48%
BLUE value IS 69 (27.34% from 255) = 15.10%
R=37.42%
G=47.48%
B=15.10%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal171217690.2100.680.1578.6566.0756.08
HexABD94515044F4f4238
Octal2533311052501041711710270
Binary101010111101100110001011010101000100111110011111000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #abd945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #abd945; }

 p { color: rgb(171,217,69); }

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

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

 a { background-color: rgb(171,217,69); }

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

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

 span { border-color: rgb(171,217,69); }

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