#A0D757

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

Shades of Conifer #A0D757

Tints of Conifer #A0D757

Color information

#A0D757 (or 0xA0D757) is unknown color: approx Conifer. HEX triplet: A0, D7 and 57. RGB value is (160,215,87). Sum of RGB (Red+Green+Blue) = 160+215+87=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 215 (84.38% from 255 or 46.54% from 462); Blue value is 87 (34.38% from 255 or 18.83% from 462); Max value from RGB is 215 - color contains mainly: green. Hex color #A0D757 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D757 is #5F28A8. Grayscale: #B8B8B8. Windows color (decimal): -6236329 or 5756832. OLE color: 5756832.

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

Color convert

RGB16021587-
CMYK0.2600.600.16
HSL85.78º61.54%59.22%-
HSV(B)85.78º59.53%84.31%-
XYZ40.5256.7617.84-
YUV183.9673.28110.91-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.63%
GREEN value IS 215 (84.38% from 255) = 46.54%
BLUE value IS 87 (34.38% from 255) = 18.83%
R=34.63%
G=46.54%
B=18.83%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal160215870.2600.600.1685.7861.5459.22
HexA0D7571A03C10563e3b
Octal24032712732074201267673
Binary10100000110101111010111110100111100100001010110111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D757; }

 p { color: rgb(160,215,87); }

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

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

 a { background-color: rgb(160,215,87); }

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

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

 span { border-color: rgb(160,215,87); }

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