#4ACE0A

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

Shades of Kelly Green #4ACE0A

Tints of Kelly Green #4ACE0A

Color information

#4ACE0A (or 0x4ACE0A) is unknown color: approx Kelly Green. HEX triplet: 4A, CE and 0A. RGB value is (74,206,10). Sum of RGB (Red+Green+Blue) = 74+206+10=290 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.52% from 290); Green value is 206 (80.86% from 255 or 71.03% from 290); Blue value is 10 (4.30% from 255 or 3.45% from 290); Max value from RGB is 206 - color contains mainly: green. Hex color #4ACE0A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4ACE0A is #B531F5. Grayscale: #909090. Windows color (decimal): -11874806 or 708170. OLE color: 708170.

HSL color Cylindrical-coordinate representation of color #4ACE0A: hue angle of 100.41º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4ACE0A is Cyan = 0.64, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.19.

Color convert

RGB7420610-
CMYK0.6400.950.19
HSL100.41º90.74%42.35%-
HSV(B)100.41º95.15%80.78%-
XYZ24.9545.627.78-
YUV144.1952.2777.94-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 25.52%
GREEN value IS 206 (80.86% from 255) = 71.03%
BLUE value IS 10 (4.30% from 255) = 3.45%
R=25.52%
G=71.03%
B=3.45%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal74206100.6400.950.19100.4190.7442.35
Hex4ACEA4005F13645b2a
Octal1123161210001372314413352
Binary10010101100111010101000000010111111001111001001011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ACE0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4ACE0A; }

 p { color: rgb(74,206,10); }

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

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

 a { background-color: rgb(74,206,10); }

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

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

 span { border-color: rgb(74,206,10); }

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