#ABD65C

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

Shades of Conifer #ABD65C

Tints of Conifer #ABD65C

Color information

#ABD65C (or 0xABD65C) is unknown color: approx Conifer. HEX triplet: AB, D6 and 5C. RGB value is (171,214,92). Sum of RGB (Red+Green+Blue) = 171+214+92=477 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.85% from 477); Green value is 214 (83.98% from 255 or 44.86% from 477); Blue value is 92 (36.33% from 255 or 19.29% from 477); Max value from RGB is 214 - color contains mainly: green. Hex color #ABD65C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABD65C is #5429A3. Grayscale: #BBBBBB. Windows color (decimal): -5515684 or 6084267. OLE color: 6084267.

HSL color Cylindrical-coordinate representation of color #ABD65C: hue angle of 81.15º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ABD65C is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB17121492-
CMYK0.2000.570.16
HSL81.15º59.8%60%-
HSV(B)81.15º57.01%83.92%-
XYZ42.7757.5218.97-
YUV187.2474.25116.42-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.85%
GREEN value IS 214 (83.98% from 255) = 44.86%
BLUE value IS 92 (36.33% from 255) = 19.29%
R=35.85%
G=44.86%
B=19.29%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal171214920.2000.570.1681.1559.860
HexABD65C1403910513c3c
Octal25332613424071201217474
Binary10101011110101101011100101000111001100001010001111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD65C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD65C; }

 p { color: rgb(171,214,92); }

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

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

 a { background-color: rgb(171,214,92); }

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

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

 span { border-color: rgb(171,214,92); }

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