Html Css Color HEX #31AC0F Kelly Green

📋 copy color: '#31AC0F'

red 49 ◦ green 172 ◦ blue 15

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

Shades of Kelly Green #31AC0F

Tints of Kelly Green #31AC0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.36%

R = 20.76%
G = 72.88%
B = 6.36%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#31AC0F (or 0x31AC0F) is known color: Kelly Green. HEX triplet: 31, AC and 0F. RGB value is (49,172,15). Sum of RGB (Red+Green+Blue) = 49+172+15=236 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.76% from 236); Green value is 172 (67.58% from 255 or 72.88% from 236); Blue value is 15 (6.25% from 255 or 6.36% from 236); Max value from RGB is 172 - color contains mainly: green. Hex color #31AC0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #31AC0F is #CE53F0. Grayscale: #757575. Windows color (decimal): -13521905 or 1027121. OLE color: 1027121.

HSL color Cylindrical-coordinate representation of color #31AC0F: hue angle of 107.01º degrees, saturation: 0.84, 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 #31AC0F is Cyan = 0.72, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 49 172 15 -
CMYK 0.72 0 0.91 0.33
HSL 107.01º 0.84% 0.37% -
HSV(B) 107.01º 0.91% 0.67% -
XYZ 16.11 30.19 5.43 -
YUV 117.33 70.25 79.27 -
System Red Green Blue C M Y K H S L
Decimal 49 172 15 0.72 0 0.91 0.33 107.01 0.84 0.37
Hex 31 AC F 48 0 5B 21 6B 54 25
Octal 61 254 17 110 0 133 41 153 124 45
Binary 110001 10101100 1111 1001000 0 1011011 100001 1101011 1010100 100101

Color Harmonies of #31AC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AC0F

Black with #31AC0F

Text Example


Text Example

White with #31AC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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