#a0d558

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

Shades of Conifer #A0D558

Tints of Conifer #A0D558

Color information

#A0D558 (or 0xA0D558) is unknown color: approx Conifer. HEX triplet: A0, D5 and 58. RGB value is (160,213,88). Sum of RGB (Red+Green+Blue) = 160+213+88=461 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.71% from 461); Green value is 213 (83.59% from 255 or 46.20% from 461); Blue value is 88 (34.77% from 255 or 19.09% from 461); Max value from RGB is 213 - color contains mainly: green. Hex color #A0D558 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D558 is #5F2AA7. Grayscale: #B7B7B7. Windows color (decimal): -6236840 or 5821856. OLE color: 5821856.

HSL color Cylindrical-coordinate representation of color #A0D558: hue angle of 85.44º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A0D558 is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.

Color convert

RGB16021388-
CMYK0.2500.590.16
HSL85.44º59.81%59.02%-
HSV(B)85.44º58.69%83.53%-
XYZ40.0555.7717.89-
YUV182.974.44111.66-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.71%
GREEN value IS 213 (83.59% from 255) = 46.20%
BLUE value IS 88 (34.77% from 255) = 19.09%
R=34.71%
G=46.20%
B=19.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal160213880.2500.590.1685.4459.8159.02
HexA0D5581903B10553c3b
Octal24032513031073201257473
Binary10100000110101011011000110010111011100001010101111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0d558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0d558; }

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

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

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

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

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

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

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

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