#31A60E

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

Shades of Kelly Green #31A60E

Tints of Kelly Green #31A60E

Color information

#31A60E (or 0x31A60E) is unknown color: approx Kelly Green. HEX triplet: 31, A6 and 0E. RGB value is (49,166,14). Sum of RGB (Red+Green+Blue) = 49+166+14=229 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.40% from 229); Green value is 166 (65.23% from 255 or 72.49% from 229); Blue value is 14 (5.86% from 255 or 6.11% from 229); Max value from RGB is 166 - color contains mainly: green. Hex color #31A60E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #31A60E is #CE59F1. Grayscale: #727272. Windows color (decimal): -13523442 or 960049. OLE color: 960049.

HSL color Cylindrical-coordinate representation of color #31A60E: hue angle of 106.18º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #31A60E is Cyan = 0.70, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.35.

Color convert

RGB4916614-
CMYK0.7000.920.35
HSL106.18º84.44%35.29%-
HSV(B)106.18º91.57%65.1%-
XYZ14.9827.965.02-
YUV113.6971.7481.86-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.40%
GREEN value IS 166 (65.23% from 255) = 72.49%
BLUE value IS 14 (5.86% from 255) = 6.11%
R=21.40%
G=72.49%
B=6.11%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal49166140.7000.920.35106.1884.4435.29
Hex31A6E4605C236a5423
Octal612461610601344315212443
Binary11000110100110111010001100101110010001111010101010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31A60E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,166,14); }

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

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

 a { background-color: rgb(49,166,14); }

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

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

 span { border-color: rgb(49,166,14); }

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