Html Css Color HEX #31AF1A Kelly Green

📋 copy color: '#31AF1A'

red 49 ◦ green 175 ◦ blue 26

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

Shades of Kelly Green #31AF1A

Tints of Kelly Green #31AF1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.4%

R = 19.6%
G = 70%
B = 10.4%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#31AF1A (or 0x31AF1A) is known color: Kelly Green. HEX triplet: 31, AF and 1A. RGB value is (49,175,26). Sum of RGB (Red+Green+Blue) = 49+175+26=250 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.6% from 250); Green value is 175 (68.75% from 255 or 70% from 250); Blue value is 26 (10.55% from 255 or 10.4% from 250); Max value from RGB is 175 - color contains mainly: green. Hex color #31AF1A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31AF1A is #CE50E5. Grayscale: #787878. Windows color (decimal): -13521126 or 1748785. OLE color: 1748785.

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

Color convert

RGB 49 175 26 -
CMYK 0.72 0 0.85 0.31
HSL 110.74º 0.74% 0.39% -
HSV(B) 110.74º 0.85% 0.69% -
XYZ 16.78 31.39 6.15 -
YUV 120.34 74.76 77.12 -
System Red Green Blue C M Y K H S L
Decimal 49 175 26 0.72 0 0.85 0.31 110.74 0.74 0.39
Hex 31 AF 1A 48 0 55 1F 6F 4A 27
Octal 61 257 32 110 0 125 37 157 112 47
Binary 110001 10101111 11010 1001000 0 1010101 11111 1101111 1001010 100111

Color Harmonies of #31AF1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AF1A

Black with #31AF1A

Text Example


Text Example

White with #31AF1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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