#A0CE28

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

Shades of Yellow Green #A0CE28

Tints of Yellow Green #A0CE28

Color information

#A0CE28 (or 0xA0CE28) is unknown color: approx Yellow Green. HEX triplet: A0, CE and 28. RGB value is (160,206,40). Sum of RGB (Red+Green+Blue) = 160+206+40=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 206 (80.86% from 255 or 50.74% from 406); Blue value is 40 (16.02% from 255 or 9.85% from 406); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CE28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0CE28 is #5F31D7. Grayscale: #ADADAD. Windows color (decimal): -6238680 or 2674336. OLE color: 2674336.

HSL color Cylindrical-coordinate representation of color #A0CE28: hue angle of 76.63º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A0CE28 is Cyan = 0.22, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB16020640-
CMYK0.2200.810.19
HSL76.63º67.48%48.24%-
HSV(B)76.63º80.58%80.78%-
XYZ36.9551.7710.05-
YUV173.3252.76118.5-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.41%
GREEN value IS 206 (80.86% from 255) = 50.74%
BLUE value IS 40 (16.02% from 255) = 9.85%
R=39.41%
G=50.74%
B=9.85%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal160206400.2200.810.1976.6367.4848.24
HexA0CE2816051134d4330
Octal240316502601212311510360
Binary101000001100111010100010110010100011001110011011000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CE28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CE28; }

 p { color: rgb(160,206,40); }

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

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

 a { background-color: rgb(160,206,40); }

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

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

 span { border-color: rgb(160,206,40); }

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