#4ab228

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

Shades of Kelly Green #4AB228

Tints of Kelly Green #4AB228

Color information

#4AB228 (or 0x4AB228) is unknown color: approx Kelly Green. HEX triplet: 4A, B2 and 28. RGB value is (74,178,40). Sum of RGB (Red+Green+Blue) = 74+178+40=292 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.34% from 292); Green value is 178 (69.92% from 255 or 60.96% from 292); Blue value is 40 (16.02% from 255 or 13.70% from 292); Max value from RGB is 178 - color contains mainly: green. Hex color #4AB228 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AB228 is #B54DD7. Grayscale: #838383. Windows color (decimal): -11881944 or 2667082. OLE color: 2667082.

HSL color Cylindrical-coordinate representation of color #4AB228: hue angle of 105.22º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4AB228 is Cyan = 0.58, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB7417840-
CMYK0.5800.780.30
HSL105.22º63.3%42.75%-
HSV(B)105.22º77.53%69.8%-
XYZ19.1333.457.46-
YUV131.1776.5487.22-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 25.34%
GREEN value IS 178 (69.92% from 255) = 60.96%
BLUE value IS 40 (16.02% from 255) = 13.70%
R=25.34%
G=60.96%
B=13.70%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal74178400.5800.780.30105.2263.342.75
Hex4AB2283A04E1E693f2b
Octal11226250720116361517753
Binary10010101011001010100011101001001110111101101001111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ab228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,178,40); }

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

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

 a { background-color: rgb(74,178,40); }

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

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

 span { border-color: rgb(74,178,40); }

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