#4AB712

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

Shades of Kelly Green #4AB712

Tints of Kelly Green #4AB712

Color information

#4AB712 (or 0x4AB712) is unknown color: approx Kelly Green. HEX triplet: 4A, B7 and 12. RGB value is (74,183,18). Sum of RGB (Red+Green+Blue) = 74+183+18=275 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.91% from 275); Green value is 183 (71.88% from 255 or 66.55% from 275); Blue value is 18 (7.42% from 255 or 6.55% from 275); Max value from RGB is 183 - color contains mainly: green. Hex color #4AB712 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4AB712 is #B548ED. Grayscale: #848484. Windows color (decimal): -11880686 or 1226570. OLE color: 1226570.

HSL color Cylindrical-coordinate representation of color #4AB712: hue angle of 99.64º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4AB712 is Cyan = 0.60, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB7418318-
CMYK0.6000.900.28
HSL99.64º82.09%39.41%-
HSV(B)99.64º90.16%71.76%-
XYZ19.8735.376.35-
YUV131.663.8986.92-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 26.91%
GREEN value IS 183 (71.88% from 255) = 66.55%
BLUE value IS 18 (7.42% from 255) = 6.55%
R=26.91%
G=66.55%
B=6.55%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal74183180.6000.900.2899.6482.0939.41
Hex4AB7123C05A1C645227
Octal112267227401323414412247
Binary10010101011011110010111100010110101110011001001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,183,18); }

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

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

 a { background-color: rgb(74,183,18); }

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

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

 span { border-color: rgb(74,183,18); }

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