#A0D05B

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

Shades of Conifer #A0D05B

Tints of Conifer #A0D05B

Color information

#A0D05B (or 0xA0D05B) is unknown color: approx Conifer. HEX triplet: A0, D0 and 5B. RGB value is (160,208,91). Sum of RGB (Red+Green+Blue) = 160+208+91=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 208 (81.64% from 255 or 45.32% from 459); Blue value is 91 (35.94% from 255 or 19.83% from 459); Max value from RGB is 208 - color contains mainly: green. Hex color #A0D05B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D05B is #5F2FA4. Grayscale: #B4B4B4. Windows color (decimal): -6238117 or 6017184. OLE color: 6017184.

HSL color Cylindrical-coordinate representation of color #A0D05B: hue angle of 84.62º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A0D05B is Cyan = 0.23, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB16020891-
CMYK0.2300.560.18
HSL84.62º55.45%58.63%-
HSV(B)84.62º56.25%81.57%-
XYZ38.9453.3418.14-
YUV180.3177.6113.51-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.86%
GREEN value IS 208 (81.64% from 255) = 45.32%
BLUE value IS 91 (35.94% from 255) = 19.83%
R=34.86%
G=45.32%
B=19.83%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal160208910.2300.560.1884.6255.4558.63
HexA0D05B170381255373b
Octal24032013327070221256773
Binary10100000110100001011011101110111000100101010101110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D05B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D05B; }

 p { color: rgb(160,208,91); }

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

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

 a { background-color: rgb(160,208,91); }

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

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

 span { border-color: rgb(160,208,91); }

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