#31AA0C

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

Shades of Kelly Green #31AA0C

Tints of Kelly Green #31AA0C

Color information

#31AA0C (or 0x31AA0C) is unknown color: approx Kelly Green. HEX triplet: 31, AA and 0C. RGB value is (49,170,12). Sum of RGB (Red+Green+Blue) = 49+170+12=231 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.21% from 231); Green value is 170 (66.80% from 255 or 73.59% from 231); Blue value is 12 (5.08% from 255 or 5.19% from 231); Max value from RGB is 170 - color contains mainly: green. Hex color #31AA0C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #31AA0C is #CE55F3. Grayscale: #747474. Windows color (decimal): -13522420 or 830001. OLE color: 830001.

HSL color Cylindrical-coordinate representation of color #31AA0C: hue angle of 105.95º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #31AA0C is Cyan = 0.71, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.33.

Color convert

RGB4917012-
CMYK0.7100.930.33
HSL105.95º86.81%35.69%-
HSV(B)105.95º92.94%66.67%-
XYZ15.7129.435.2-
YUV115.8169.4180.35-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.21%
GREEN value IS 170 (66.80% from 255) = 73.59%
BLUE value IS 12 (5.08% from 255) = 5.19%
R=21.21%
G=73.59%
B=5.19%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal49170120.7100.930.33105.9586.8135.69
Hex31AAC4705D216a5724
Octal612521410701354115212744
Binary11000110101010110010001110101110110000111010101010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31AA0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31AA0C; }

 p { color: rgb(49,170,12); }

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

<style>
 a { background-color: #31AA0C; }

 a { background-color: rgb(49,170,12); }

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

<style>
 span { border-color: #31AA0C; }

 span { border-color: rgb(49,170,12); }

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