Html Css Color HEX #31AC1F Kelly Green

📋 copy color: '#31AC1F'

red 49 ◦ green 172 ◦ blue 31

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

Shades of Kelly Green #31AC1F

Tints of Kelly Green #31AC1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.3%

R = 19.44%
G = 68.25%
B = 12.3%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#31AC1F (or 0x31AC1F) is known color: Kelly Green. HEX triplet: 31, AC and 1F. RGB value is (49,172,31). Sum of RGB (Red+Green+Blue) = 49+172+31=252 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.44% from 252); Green value is 172 (67.58% from 255 or 68.25% from 252); Blue value is 31 (12.5% from 255 or 12.30% from 252); Max value from RGB is 172 - color contains mainly: green. Hex color #31AC1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31AC1F is #CE53E0. Grayscale: #777777. Windows color (decimal): -13521889 or 2075697. OLE color: 2075697.

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

Color convert

RGB 49 172 31 -
CMYK 0.72 0 0.82 0.33
HSL 112.34º 0.69% 0.4% -
HSV(B) 112.34º 0.82% 0.67% -
XYZ 16.27 30.26 6.28 -
YUV 119.15 78.25 77.96 -
System Red Green Blue C M Y K H S L
Decimal 49 172 31 0.72 0 0.82 0.33 112.34 0.69 0.4
Hex 31 AC 1F 48 0 52 21 70 45 28
Octal 61 254 37 110 0 122 41 160 105 50
Binary 110001 10101100 11111 1001000 0 1010010 100001 1110000 1000101 101000

Color Harmonies of #31AC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AC1F

Black with #31AC1F

Text Example


Text Example

White with #31AC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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