#ABD165

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

Shades of Conifer #ABD165

Tints of Conifer #ABD165

Color information

#ABD165 (or 0xABD165) is unknown color: approx Conifer. HEX triplet: AB, D1 and 65. RGB value is (171,209,101). Sum of RGB (Red+Green+Blue) = 171+209+101=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 209 (82.03% from 255 or 43.45% from 481); Blue value is 101 (39.84% from 255 or 21.00% from 481); Max value from RGB is 209 - color contains mainly: green. Hex color #ABD165 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABD165 is #542E9A. Grayscale: #B9B9B9. Windows color (decimal): -5516955 or 6672811. OLE color: 6672811.

HSL color Cylindrical-coordinate representation of color #ABD165: hue angle of 81.11º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ABD165 is Cyan = 0.18, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB171209101-
CMYK0.1800.520.18
HSL81.11º54%60.78%-
HSV(B)81.11º51.67%81.96%-
XYZ41.9455.220.76-
YUV185.3380.41117.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.55%
GREEN value IS 209 (82.03% from 255) = 43.45%
BLUE value IS 101 (39.84% from 255) = 21.00%
R=35.55%
G=43.45%
B=21.00%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1712091010.1800.520.1881.115460.78
HexABD165120341251363d
Octal25332114522064221216675
Binary10101011110100011100101100100110100100101010001110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD165; }

 p { color: rgb(171,209,101); }

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

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

 a { background-color: rgb(171,209,101); }

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

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

 span { border-color: rgb(171,209,101); }

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