#A0D75C

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

Shades of Conifer #A0D75C

Tints of Conifer #A0D75C

Color information

#A0D75C (or 0xA0D75C) is unknown color: approx Conifer. HEX triplet: A0, D7 and 5C. RGB value is (160,215,92). Sum of RGB (Red+Green+Blue) = 160+215+92=467 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.26% from 467); Green value is 215 (84.38% from 255 or 46.04% from 467); Blue value is 92 (36.33% from 255 or 19.70% from 467); Max value from RGB is 215 - color contains mainly: green. Hex color #A0D75C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D75C is #5F28A3. Grayscale: #B8B8B8. Windows color (decimal): -6236324 or 6084512. OLE color: 6084512.

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

Color convert

RGB16021592-
CMYK0.2600.570.16
HSL86.83º60.59%60.2%-
HSV(B)86.83º57.21%84.31%-
XYZ40.7356.8518.95-
YUV184.5375.78110.5-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.26%
GREEN value IS 215 (84.38% from 255) = 46.04%
BLUE value IS 92 (36.33% from 255) = 19.70%
R=34.26%
G=46.04%
B=19.70%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal160215920.2600.570.1686.8360.5960.2
HexA0D75C1A03910573d3c
Octal24032713432071201277574
Binary10100000110101111011100110100111001100001010111111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D75C; }

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

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

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

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

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

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

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

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