Html Css Color HEX #31AF0E Kelly Green

📋 copy color: '#31AF0E'

red 49 ◦ green 175 ◦ blue 14

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

Shades of Kelly Green #31AF0E

Tints of Kelly Green #31AF0E

RGB

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

 GREEN value IS 175 (68.75% from 255) = 73.53%

 BLUE value IS 14 (5.86% from 255) = 5.88%

R = 20.59%
G = 73.53%
B = 5.88%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#31AF0E (or 0x31AF0E) is known color: Kelly Green. HEX triplet: 31, AF and 0E. RGB value is (49,175,14). Sum of RGB (Red+Green+Blue) = 49+175+14=238 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.59% from 238); Green value is 175 (68.75% from 255 or 73.53% from 238); Blue value is 14 (5.86% from 255 or 5.88% from 238); Max value from RGB is 175 - color contains mainly: green. Hex color #31AF0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #31AF0E is #CE50F1. Grayscale: #777777. Windows color (decimal): -13521138 or 962353. OLE color: 962353.

HSL color Cylindrical-coordinate representation of color #31AF0E: hue angle of 106.96º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #31AF0E is Cyan = 0.72, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB 49 175 14 -
CMYK 0.72 0 0.92 0.31
HSL 106.96º 0.85% 0.37% -
HSV(B) 106.96º 0.92% 0.69% -
XYZ 16.68 31.34 5.59 -
YUV 118.97 68.76 78.09 -
System Red Green Blue C M Y K H S L
Decimal 49 175 14 0.72 0 0.92 0.31 106.96 0.85 0.37
Hex 31 AF E 48 0 5C 1F 6B 55 25
Octal 61 257 16 110 0 134 37 153 125 45
Binary 110001 10101111 1110 1001000 0 1011100 11111 1101011 1010101 100101

Color Harmonies of #31AF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AF0E

Black with #31AF0E

Text Example


Text Example

White with #31AF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,175,14); }

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

background-color css

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

 a { background-color: rgb(49,175,14); }

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

border-color css

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

 span { border-color: rgb(49,175,14); }

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