#4AC10E

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

Shades of Kelly Green #4AC10E

Tints of Kelly Green #4AC10E

Color information

#4AC10E (or 0x4AC10E) is unknown color: approx Kelly Green. HEX triplet: 4A, C1 and 0E. RGB value is (74,193,14). Sum of RGB (Red+Green+Blue) = 74+193+14=281 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.33% from 281); Green value is 193 (75.78% from 255 or 68.68% from 281); Blue value is 14 (5.86% from 255 or 4.98% from 281); Max value from RGB is 193 - color contains mainly: green. Hex color #4AC10E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4AC10E is #B53EF1. Grayscale: #898989. Windows color (decimal): -11878130 or 966986. OLE color: 966986.

HSL color Cylindrical-coordinate representation of color #4AC10E: hue angle of 99.89º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4AC10E is Cyan = 0.62, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB7419314-
CMYK0.6200.930.24
HSL99.89º86.47%40.59%-
HSV(B)99.89º92.75%75.69%-
XYZ21.9739.636.91-
YUV137.0158.5883.05-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 26.33%
GREEN value IS 193 (75.78% from 255) = 68.68%
BLUE value IS 14 (5.86% from 255) = 4.98%
R=26.33%
G=68.68%
B=4.98%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal74193140.6200.930.2499.8986.4740.59
Hex4AC1E3E05D18645629
Octal112301167601353014412651
Binary1001010110000011110111110010111011100011001001010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AC10E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,193,14); }

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

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

 a { background-color: rgb(74,193,14); }

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

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

 span { border-color: rgb(74,193,14); }

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