Html Css Color HEX #47A00F Kelly Green

📋 copy color: '#47A00F'

red 71 ◦ green 160 ◦ blue 15

#47A00F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #47A00F

Tints of Kelly Green #47A00F

RGB

 RED value IS 71 (28.13% from 255) = 28.86%

 GREEN value IS 160 (62.89% from 255) = 65.04%

 BLUE value IS 15 (6.25% from 255) = 6.1%

R = 28.86%
G = 65.04%
B = 6.1%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#47A00F (or 0x47A00F) is known color: Kelly Green. HEX triplet: 47, A0 and 0F. RGB value is (71,160,15). Sum of RGB (Red+Green+Blue) = 71+160+15=246 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.86% from 246); Green value is 160 (62.89% from 255 or 65.04% from 246); Blue value is 15 (6.25% from 255 or 6.10% from 246); Max value from RGB is 160 - color contains mainly: green. Hex color #47A00F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #47A00F is #B85FF0. Grayscale: #757575. Windows color (decimal): -12083185 or 1024071. OLE color: 1024071.

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

Color convert

RGB 71 160 15 -
CMYK 0.56 0 0.91 0.37
HSL 96.83º 0.83% 0.34% -
HSV(B) 96.83º 0.91% 0.63% -
XYZ 15.26 26.52 4.77 -
YUV 116.86 70.51 95.29 -
System Red Green Blue C M Y K H S L
Decimal 71 160 15 0.56 0 0.91 0.37 96.83 0.83 0.34
Hex 47 A0 F 38 0 5B 25 61 53 22
Octal 107 240 17 70 0 133 45 141 123 42
Binary 1000111 10100000 1111 111000 0 1011011 100101 1100001 1010011 100010

Color Harmonies of #47A00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47A00F

Black with #47A00F

Text Example


Text Example

White with #47A00F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,160,15); }

 H1.HeaderClassName
 {
   color: #47A00F;
 }
 .AnyTagClassName
 {
   color: #47A00F;
 }
</style>

background-color css

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

 a { background-color: rgb(71,160,15); }

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

border-color css

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

 span { border-color: rgb(71,160,15); }

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