#A0D95B

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

Shades of Conifer #A0D95B

Tints of Conifer #A0D95B

Color information

#A0D95B (or 0xA0D95B) is unknown color: approx Conifer. HEX triplet: A0, D9 and 5B. RGB value is (160,217,91). Sum of RGB (Red+Green+Blue) = 160+217+91=468 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.19% from 468); Green value is 217 (85.16% from 255 or 46.37% from 468); Blue value is 91 (35.94% from 255 or 19.44% from 468); Max value from RGB is 217 - color contains mainly: green. Hex color #A0D95B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D95B is #5F26A4. Grayscale: #BABABA. Windows color (decimal): -6235813 or 6019488. OLE color: 6019488.

HSL color Cylindrical-coordinate representation of color #A0D95B: hue angle of 87.14º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A0D95B is Cyan = 0.26, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB16021791-
CMYK0.2600.580.15
HSL87.14º62.38%60.39%-
HSV(B)87.14º58.06%85.1%-
XYZ41.257.8518.89-
YUV185.5974.62109.75-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.19%
GREEN value IS 217 (85.16% from 255) = 46.37%
BLUE value IS 91 (35.94% from 255) = 19.44%
R=34.19%
G=46.37%
B=19.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal160217910.2600.580.1587.1462.3860.39
HexA0D95B1A03AF573e3c
Octal24033113332072171277674
Binary1010000011011001101101111010011101011111010111111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D95B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D95B; }

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

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

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

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

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

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

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

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