#A0D554

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

Shades of Conifer #A0D554

Tints of Conifer #A0D554

Color information

#A0D554 (or 0xA0D554) is unknown color: approx Conifer. HEX triplet: A0, D5 and 54. RGB value is (160,213,84). Sum of RGB (Red+Green+Blue) = 160+213+84=457 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.01% from 457); Green value is 213 (83.59% from 255 or 46.61% from 457); Blue value is 84 (33.20% from 255 or 18.38% from 457); Max value from RGB is 213 - color contains mainly: green. Hex color #A0D554 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D554 is #5F2AAB. Grayscale: #B6B6B6. Windows color (decimal): -6236844 or 5559712. OLE color: 5559712.

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

Color convert

RGB16021384-
CMYK0.2500.610.16
HSL84.65º60.56%58.24%-
HSV(B)84.65º60.56%83.53%-
XYZ39.8955.717.04-
YUV182.4572.44111.99-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.01%
GREEN value IS 213 (83.59% from 255) = 46.61%
BLUE value IS 84 (33.20% from 255) = 18.38%
R=35.01%
G=46.61%
B=18.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal160213840.2500.610.1684.6560.5658.24
HexA0D5541903D10553d3a
Octal24032512431075201257572
Binary10100000110101011010100110010111101100001010101111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D554; }

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

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

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

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

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

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

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

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