Html Css Color HEX #31AC19 Kelly Green

📋 copy color: '#31AC19'

red 49 ◦ green 172 ◦ blue 25

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

Shades of Kelly Green #31AC19

Tints of Kelly Green #31AC19

RGB

 RED value IS 49 (19.53% from 255) = 19.92%

 GREEN value IS 172 (67.58% from 255) = 69.92%

 BLUE value IS 25 (10.16% from 255) = 10.16%

R = 19.92%
G = 69.92%
B = 10.16%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#31AC19 (or 0x31AC19) is known color: Kelly Green. HEX triplet: 31, AC and 19. RGB value is (49,172,25). Sum of RGB (Red+Green+Blue) = 49+172+25=246 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.92% from 246); Green value is 172 (67.58% from 255 or 69.92% from 246); Blue value is 25 (10.16% from 255 or 10.16% from 246); Max value from RGB is 172 - color contains mainly: green. Hex color #31AC19 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #31AC19 is #CE53E6. Grayscale: #767676. Windows color (decimal): -13521895 or 1682481. OLE color: 1682481.

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

Color convert

RGB 49 172 25 -
CMYK 0.72 0 0.85 0.33
HSL 110.2º 0.75% 0.39% -
HSV(B) 110.2º 0.85% 0.67% -
XYZ 16.19 30.23 5.9 -
YUV 118.47 75.25 78.45 -
System Red Green Blue C M Y K H S L
Decimal 49 172 25 0.72 0 0.85 0.33 110.2 0.75 0.39
Hex 31 AC 19 48 0 55 21 6E 4B 27
Octal 61 254 31 110 0 125 41 156 113 47
Binary 110001 10101100 11001 1001000 0 1010101 100001 1101110 1001011 100111

Color Harmonies of #31AC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AC19

Black with #31AC19

Text Example


Text Example

White with #31AC19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #31AC19;
 }
 .AnyTagClassName
 {
   color: #31AC19;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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