#47AF1C

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

Shades of Kelly Green #47AF1C

Tints of Kelly Green #47AF1C

Color information

#47AF1C (or 0x47AF1C) is unknown color: approx Kelly Green. HEX triplet: 47, AF and 1C. RGB value is (71,175,28). Sum of RGB (Red+Green+Blue) = 71+175+28=274 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.91% from 274); Green value is 175 (68.75% from 255 or 63.87% from 274); Blue value is 28 (11.33% from 255 or 10.22% from 274); Max value from RGB is 175 - color contains mainly: green. Hex color #47AF1C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47AF1C is #B850E3. Grayscale: #7F7F7F. Windows color (decimal): -12079332 or 1879879. OLE color: 1879879.

HSL color Cylindrical-coordinate representation of color #47AF1C: hue angle of 102.45º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #47AF1C is Cyan = 0.59, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB7117528-
CMYK0.5900.840.31
HSL102.45º72.41%39.8%-
HSV(B)102.45º84%68.63%-
XYZ18.1432.086.34-
YUV127.1572.0487.95-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.91%
GREEN value IS 175 (68.75% from 255) = 63.87%
BLUE value IS 28 (11.33% from 255) = 10.22%
R=25.91%
G=63.87%
B=10.22%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal71175280.5900.840.31102.4572.4139.8
Hex47AF1C3B0541F664828
Octal107257347301243714611050
Binary10001111010111111100111011010101001111111001101001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47AF1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47AF1C; }

 p { color: rgb(71,175,28); }

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

<style>
 a { background-color: #47AF1C; }

 a { background-color: rgb(71,175,28); }

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

<style>
 span { border-color: #47AF1C; }

 span { border-color: rgb(71,175,28); }

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