#A0ED4C

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

Shades of Conifer #A0ED4C

Tints of Conifer #A0ED4C

Color information

#A0ED4C (or 0xA0ED4C) is unknown color: approx Conifer. HEX triplet: A0, ED and 4C. RGB value is (160,237,76). Sum of RGB (Red+Green+Blue) = 160+237+76=473 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.83% from 473); Green value is 237 (92.97% from 255 or 50.11% from 473); Blue value is 76 (30.08% from 255 or 16.07% from 473); Max value from RGB is 237 - color contains mainly: green. Hex color #A0ED4C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0ED4C is #5F12B3. Grayscale: #C4C4C4. Windows color (decimal): -6230708 or 5041568. OLE color: 5041568.

HSL color Cylindrical-coordinate representation of color #A0ED4C: hue angle of 88.7º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A0ED4C is Cyan = 0.32, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB16023776-
CMYK0.3200.680.07
HSL88.7º81.73%61.37%-
HSV(B)88.7º67.93%92.94%-
XYZ46.0968.5617.64-
YUV195.6260.49102.59-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.83%
GREEN value IS 237 (92.97% from 255) = 50.11%
BLUE value IS 76 (30.08% from 255) = 16.07%
R=33.83%
G=50.11%
B=16.07%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal160237760.3200.680.0788.781.7361.37
HexA0ED4C20044759523d
Octal240355114400104713112275
Binary101000001110110110011001000000100010011110110011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0ED4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0ED4C; }

 p { color: rgb(160,237,76); }

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

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

 a { background-color: rgb(160,237,76); }

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

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

 span { border-color: rgb(160,237,76); }

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