#31A10A

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

Shades of Kelly Green #31A10A

Tints of Kelly Green #31A10A

Color information

#31A10A (or 0x31A10A) is unknown color: approx Kelly Green. HEX triplet: 31, A1 and 0A. RGB value is (49,161,10). Sum of RGB (Red+Green+Blue) = 49+161+10=220 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.27% from 220); Green value is 161 (63.28% from 255 or 73.18% from 220); Blue value is 10 (4.30% from 255 or 4.55% from 220); Max value from RGB is 161 - color contains mainly: green. Hex color #31A10A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #31A10A is #CE5EF5. Grayscale: #6E6E6E. Windows color (decimal): -13524726 or 696625. OLE color: 696625.

HSL color Cylindrical-coordinate representation of color #31A10A: hue angle of 104.5º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #31A10A is Cyan = 0.70, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.37.

Color convert

RGB4916110-
CMYK0.7000.940.37
HSL104.5º88.3%33.53%-
HSV(B)104.5º93.79%63.14%-
XYZ14.0726.164.6-
YUV110.371.3984.28-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.27%
GREEN value IS 161 (63.28% from 255) = 73.18%
BLUE value IS 10 (4.30% from 255) = 4.55%
R=22.27%
G=73.18%
B=4.55%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal49161100.7000.940.37104.588.333.53
Hex31A1A4605E25695822
Octal612411210601364515113042
Binary11000110100001101010001100101111010010111010011011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31A10A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,161,10); }

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

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

 a { background-color: rgb(49,161,10); }

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

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

 span { border-color: rgb(49,161,10); }

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