#31AC10

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

Shades of Kelly Green #31AC10

Tints of Kelly Green #31AC10

Color information

#31AC10 (or 0x31AC10) is unknown color: approx Kelly Green. HEX triplet: 31, AC and 10. RGB value is (49,172,16). Sum of RGB (Red+Green+Blue) = 49+172+16=237 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.68% from 237); Green value is 172 (67.58% from 255 or 72.57% from 237); Blue value is 16 (6.64% from 255 or 6.75% from 237); Max value from RGB is 172 - color contains mainly: green. Hex color #31AC10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #31AC10 is #CE53EF. Grayscale: #757575. Windows color (decimal): -13521904 or 1092657. OLE color: 1092657.

HSL color Cylindrical-coordinate representation of color #31AC10: hue angle of 107.31º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #31AC10 is Cyan = 0.72, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB4917216-
CMYK0.7200.910.33
HSL107.31º82.98%36.86%-
HSV(B)107.31º90.7%67.45%-
XYZ16.1130.25.47-
YUV117.4470.7579.18-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.68%
GREEN value IS 172 (67.58% from 255) = 72.57%
BLUE value IS 16 (6.64% from 255) = 6.75%
R=20.68%
G=72.57%
B=6.75%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal49172160.7200.910.33107.3182.9836.86
Hex31AC104805B216b5325
Octal612542011001334115312345
Binary110001101011001000010010000101101110000111010111010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31AC10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,172,16); }

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

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

 a { background-color: rgb(49,172,16); }

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

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

 span { border-color: rgb(49,172,16); }

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