#4ACA14

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

Shades of Kelly Green #4ACA14

Tints of Kelly Green #4ACA14

Color information

#4ACA14 (or 0x4ACA14) is unknown color: approx Kelly Green. HEX triplet: 4A, CA and 14. RGB value is (74,202,20). Sum of RGB (Red+Green+Blue) = 74+202+20=296 (39% of max value = 765). Red value is 74 (29.30% from 255 or 25% from 296); Green value is 202 (79.30% from 255 or 68.24% from 296); Blue value is 20 (8.20% from 255 or 6.76% from 296); Max value from RGB is 202 - color contains mainly: green. Hex color #4ACA14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4ACA14 is #B535EB. Grayscale: #8F8F8F. Windows color (decimal): -11875820 or 1362506. OLE color: 1362506.

HSL color Cylindrical-coordinate representation of color #4ACA14: hue angle of 102.2º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4ACA14 is Cyan = 0.63, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB7420220-
CMYK0.6300.900.21
HSL102.2º81.98%43.53%-
HSV(B)102.2º90.1%79.22%-
XYZ24.0743.757.84-
YUV142.9858.5978.8-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 25%
GREEN value IS 202 (79.30% from 255) = 68.24%
BLUE value IS 20 (8.20% from 255) = 6.76%
R=25%
G=68.24%
B=6.76%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal74202200.6300.900.21102.281.9843.53
Hex4ACA143F05A1566522c
Octal112312247701322514612254
Binary10010101100101010100111111010110101010111001101010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ACA14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,202,20); }

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

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

 a { background-color: rgb(74,202,20); }

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

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

 span { border-color: rgb(74,202,20); }

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