#4ab12d

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

Shades of Kelly Green #4AB12D

Tints of Kelly Green #4AB12D

Color information

#4AB12D (or 0x4AB12D) is unknown color: approx Kelly Green. HEX triplet: 4A, B1 and 2D. RGB value is (74,177,45). Sum of RGB (Red+Green+Blue) = 74+177+45=296 (39% of max value = 765). Red value is 74 (29.30% from 255 or 25% from 296); Green value is 177 (69.53% from 255 or 59.80% from 296); Blue value is 45 (17.97% from 255 or 15.20% from 296); Max value from RGB is 177 - color contains mainly: green. Hex color #4AB12D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AB12D is #B54ED2. Grayscale: #838383. Windows color (decimal): -11882195 or 2994506. OLE color: 2994506.

HSL color Cylindrical-coordinate representation of color #4AB12D: hue angle of 106.82º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4AB12D is Cyan = 0.58, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB7417745-
CMYK0.5800.750.31
HSL106.82º59.46%43.53%-
HSV(B)106.82º74.58%69.41%-
XYZ19.0233.097.87-
YUV131.1679.3887.23-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 25%
GREEN value IS 177 (69.53% from 255) = 59.80%
BLUE value IS 45 (17.97% from 255) = 15.20%
R=25%
G=59.80%
B=15.20%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal74177450.5800.750.31106.8259.4643.53
Hex4AB12D3A04B1F6b3b2c
Octal11226155720113371537354
Binary10010101011000110110111101001001011111111101011111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ab12d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,177,45); }

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

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

 a { background-color: rgb(74,177,45); }

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

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

 span { border-color: rgb(74,177,45); }

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