#ABD35D

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

Shades of Conifer #ABD35D

Tints of Conifer #ABD35D

Color information

#ABD35D (or 0xABD35D) is unknown color: approx Conifer. HEX triplet: AB, D3 and 5D. RGB value is (171,211,93). Sum of RGB (Red+Green+Blue) = 171+211+93=475 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36% from 475); Green value is 211 (82.81% from 255 or 44.42% from 475); Blue value is 93 (36.72% from 255 or 19.58% from 475); Max value from RGB is 211 - color contains mainly: green. Hex color #ABD35D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABD35D is #542CA2. Grayscale: #BABABA. Windows color (decimal): -5516451 or 6149035. OLE color: 6149035.

HSL color Cylindrical-coordinate representation of color #ABD35D: hue angle of 80.34º degrees, saturation: 0.57, 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 #ABD35D is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.

Color convert

RGB17121193-
CMYK0.1900.560.17
HSL80.34º57.28%59.61%-
HSV(B)80.34º55.92%82.75%-
XYZ42.0656.0418.96-
YUV185.5975.75117.59-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36%
GREEN value IS 211 (82.81% from 255) = 44.42%
BLUE value IS 93 (36.72% from 255) = 19.58%
R=36%
G=44.42%
B=19.58%

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
Decimal171211930.1900.560.1780.3457.2859.61
HexABD35D130381150393c
Octal25332313523070211207174
Binary10101011110100111011101100110111000100011010000111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD35D; }

 p { color: rgb(171,211,93); }

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

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

 a { background-color: rgb(171,211,93); }

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

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

 span { border-color: rgb(171,211,93); }

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