#A0D65A

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

Shades of Conifer #A0D65A

Tints of Conifer #A0D65A

Color information

#A0D65A (or 0xA0D65A) is unknown color: approx Conifer. HEX triplet: A0, D6 and 5A. RGB value is (160,214,90). Sum of RGB (Red+Green+Blue) = 160+214+90=464 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.48% from 464); Green value is 214 (83.98% from 255 or 46.12% from 464); Blue value is 90 (35.55% from 255 or 19.40% from 464); Max value from RGB is 214 - color contains mainly: green. Hex color #A0D65A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D65A is #5F29A5. Grayscale: #B8B8B8. Windows color (decimal): -6236582 or 5953184. OLE color: 5953184.

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

Color convert

RGB16021490-
CMYK0.2500.580.16
HSL86.13º60.19%59.61%-
HSV(B)86.13º57.94%83.92%-
XYZ40.3956.318.41-
YUV183.7275.11111.08-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.48%
GREEN value IS 214 (83.98% from 255) = 46.12%
BLUE value IS 90 (35.55% from 255) = 19.40%
R=34.48%
G=46.12%
B=19.40%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal160214900.2500.580.1686.1360.1959.61
HexA0D65A1903A10563c3c
Octal24032613231072201267474
Binary10100000110101101011010110010111010100001010110111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D65A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D65A; }

 p { color: rgb(160,214,90); }

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

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

 a { background-color: rgb(160,214,90); }

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

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

 span { border-color: rgb(160,214,90); }

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