#4AC002

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

Shades of Kelly Green #4AC002

Tints of Kelly Green #4AC002

Color information

#4AC002 (or 0x4AC002) is unknown color: approx Kelly Green. HEX triplet: 4A, C0 and 02. RGB value is (74,192,2). Sum of RGB (Red+Green+Blue) = 74+192+2=268 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.61% from 268); Green value is 192 (75.39% from 255 or 71.64% from 268); Blue value is 2 (1.17% from 255 or 0.75% from 268); Max value from RGB is 192 - color contains mainly: green. Hex color #4AC002 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4AC002 is #B53FFD. Grayscale: #878787. Windows color (decimal): -11878398 or 180298. OLE color: 180298.

HSL color Cylindrical-coordinate representation of color #4AC002: hue angle of 97.26º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4AC002 is Cyan = 0.61, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB741922-
CMYK0.6100.990.25
HSL97.26º97.94%38.04%-
HSV(B)97.26º98.96%75.29%-
XYZ21.6839.166.47-
YUV135.0652.9184.45-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.61%
GREEN value IS 192 (75.39% from 255) = 71.64%
BLUE value IS 2 (1.17% from 255) = 0.75%
R=27.61%
G=71.64%
B=0.75%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal7419220.6100.990.2597.2697.9438.04
Hex4AC023D06319616226
Octal11230027501433114114246
Binary10010101100000010111101011000111100111000011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AC002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,192,2); }

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

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

 a { background-color: rgb(74,192,2); }

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

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

 span { border-color: rgb(74,192,2); }

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