#47A116

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

Shades of Kelly Green #47A116

Tints of Kelly Green #47A116

Color information

#47A116 (or 0x47A116) is unknown color: approx Kelly Green. HEX triplet: 47, A1 and 16. RGB value is (71,161,22). Sum of RGB (Red+Green+Blue) = 71+161+22=254 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.95% from 254); Green value is 161 (63.28% from 255 or 63.39% from 254); Blue value is 22 (8.98% from 255 or 8.66% from 254); Max value from RGB is 161 - color contains mainly: green. Hex color #47A116 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #47A116 is #B85EE9. Grayscale: #767676. Windows color (decimal): -12082922 or 1483079. OLE color: 1483079.

HSL color Cylindrical-coordinate representation of color #47A116: hue angle of 98.85º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #47A116 is Cyan = 0.56, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB7116122-
CMYK0.5600.860.37
HSL98.85º75.96%35.88%-
HSV(B)98.85º86.34%63.14%-
XYZ15.4926.895.13-
YUV118.2473.6894.3-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.95%
GREEN value IS 161 (63.28% from 255) = 63.39%
BLUE value IS 22 (8.98% from 255) = 8.66%
R=27.95%
G=63.39%
B=8.66%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal71161220.5600.860.3798.8575.9635.88
Hex47A1163805625634c24
Octal107241267001264514311444
Binary100011110100001101101110000101011010010111000111001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47A116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,161,22); }

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

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

 a { background-color: rgb(71,161,22); }

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

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

 span { border-color: rgb(71,161,22); }

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