Html Css Color HEX #31AC20 Kelly Green

📋 copy color: '#31AC20'

red 49 ◦ green 172 ◦ blue 32

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

Shades of Kelly Green #31AC20

Tints of Kelly Green #31AC20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.65%

R = 19.37%
G = 67.98%
B = 12.65%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#31AC20 (or 0x31AC20) is known color: Kelly Green. HEX triplet: 31, AC and 20. RGB value is (49,172,32). Sum of RGB (Red+Green+Blue) = 49+172+32=253 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.37% from 253); Green value is 172 (67.58% from 255 or 67.98% from 253); Blue value is 32 (12.89% from 255 or 12.65% from 253); Max value from RGB is 172 - color contains mainly: green. Hex color #31AC20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31AC20 is #CE53DF. Grayscale: #777777. Windows color (decimal): -13521888 or 2141233. OLE color: 2141233.

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

Color convert

RGB 49 172 32 -
CMYK 0.72 0 0.81 0.33
HSL 112.71º 0.69% 0.4% -
HSV(B) 112.71º 0.81% 0.67% -
XYZ 16.28 30.26 6.35 -
YUV 119.26 78.75 77.88 -
System Red Green Blue C M Y K H S L
Decimal 49 172 32 0.72 0 0.81 0.33 112.71 0.69 0.4
Hex 31 AC 20 48 0 51 21 71 45 28
Octal 61 254 40 110 0 121 41 161 105 50
Binary 110001 10101100 100000 1001000 0 1010001 100001 1110001 1000101 101000

Color Harmonies of #31AC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AC20

Black with #31AC20

Text Example


Text Example

White with #31AC20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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