#A0D45B

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

Shades of Conifer #A0D45B

Tints of Conifer #A0D45B

Color information

#A0D45B (or 0xA0D45B) is unknown color: approx Conifer. HEX triplet: A0, D4 and 5B. RGB value is (160,212,91). Sum of RGB (Red+Green+Blue) = 160+212+91=463 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.56% from 463); Green value is 212 (83.20% from 255 or 45.79% from 463); Blue value is 91 (35.94% from 255 or 19.65% from 463); Max value from RGB is 212 - color contains mainly: green. Hex color #A0D45B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D45B is #5F2BA4. Grayscale: #B7B7B7. Windows color (decimal): -6237093 or 6018208. OLE color: 6018208.

HSL color Cylindrical-coordinate representation of color #A0D45B: hue angle of 85.79º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A0D45B is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.17.

Color convert

RGB16021291-
CMYK0.2500.570.17
HSL85.79º58.45%59.41%-
HSV(B)85.79º57.08%83.14%-
XYZ39.9355.3218.47-
YUV182.6676.27111.84-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.56%
GREEN value IS 212 (83.20% from 255) = 45.79%
BLUE value IS 91 (35.94% from 255) = 19.65%
R=34.56%
G=45.79%
B=19.65%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal160212910.2500.570.1785.7958.4559.41
HexA0D45B1903911563a3b
Octal24032413331071211267273
Binary10100000110101001011011110010111001100011010110111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D45B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D45B; }

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

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

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

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

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

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

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

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