#4FAF12

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

Shades of Kelly Green #4FAF12

Tints of Kelly Green #4FAF12

Color information

#4FAF12 (or 0x4FAF12) is unknown color: approx Kelly Green. HEX triplet: 4F, AF and 12. RGB value is (79,175,18). Sum of RGB (Red+Green+Blue) = 79+175+18=272 (36% of max value = 765). Red value is 79 (31.25% from 255 or 29.04% from 272); Green value is 175 (68.75% from 255 or 64.34% from 272); Blue value is 18 (7.42% from 255 or 6.62% from 272); Max value from RGB is 175 - color contains mainly: green. Hex color #4FAF12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4FAF12 is #B050ED. Grayscale: #808080. Windows color (decimal): -11555054 or 1224527. OLE color: 1224527.

HSL color Cylindrical-coordinate representation of color #4FAF12: hue angle of 96.69º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4FAF12 is Cyan = 0.55, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB7917518-
CMYK0.5500.900.31
HSL96.69º81.35%37.84%-
HSV(B)96.69º89.71%68.63%-
XYZ18.6632.375.84-
YUV128.465.792.77-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 29.04%
GREEN value IS 175 (68.75% from 255) = 64.34%
BLUE value IS 18 (7.42% from 255) = 6.62%
R=29.04%
G=64.34%
B=6.62%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal79175180.5500.900.3196.6981.3537.84
Hex4FAF123705A1F615126
Octal117257226701323714112146
Binary10011111010111110010110111010110101111111000011010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FAF12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,175,18); }

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

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

 a { background-color: rgb(79,175,18); }

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

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

 span { border-color: rgb(79,175,18); }

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