#A0D55B

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

Shades of Conifer #A0D55B

Tints of Conifer #A0D55B

Color information

#A0D55B (or 0xA0D55B) is unknown color: approx Conifer. HEX triplet: A0, D5 and 5B. RGB value is (160,213,91). Sum of RGB (Red+Green+Blue) = 160+213+91=464 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.48% from 464); Green value is 213 (83.59% from 255 or 45.91% from 464); Blue value is 91 (35.94% from 255 or 19.61% from 464); Max value from RGB is 213 - color contains mainly: green. Hex color #A0D55B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D55B is #5F2AA4. Grayscale: #B7B7B7. Windows color (decimal): -6236837 or 6018464. OLE color: 6018464.

HSL color Cylindrical-coordinate representation of color #A0D55B: hue angle of 86.07º degrees, saturation: 0.59, 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 #A0D55B is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB16021391-
CMYK0.2500.570.16
HSL86.07º59.22%59.61%-
HSV(B)86.07º57.28%83.53%-
XYZ40.1855.8218.55-
YUV183.2475.94111.42-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.48%
GREEN value IS 213 (83.59% from 255) = 45.91%
BLUE value IS 91 (35.94% from 255) = 19.61%
R=34.48%
G=45.91%
B=19.61%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal160213910.2500.570.1686.0759.2259.61
HexA0D55B1903910563b3c
Octal24032513331071201267374
Binary10100000110101011011011110010111001100001010110111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D55B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D55B; }

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

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

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

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

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

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

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

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