Html Css Color HEX #31AC08 Kelly Green

📋 copy color: '#31AC08'

red 49 ◦ green 172 ◦ blue 8

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

Shades of Kelly Green #31AC08

Tints of Kelly Green #31AC08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.49%

R = 21.4%
G = 75.11%
B = 3.49%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#31AC08 (or 0x31AC08) is known color: Kelly Green. HEX triplet: 31, AC and 08. RGB value is (49,172,8). Sum of RGB (Red+Green+Blue) = 49+172+8=229 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.40% from 229); Green value is 172 (67.58% from 255 or 75.11% from 229); Blue value is 8 (3.52% from 255 or 3.49% from 229); Max value from RGB is 172 - color contains mainly: green. Hex color #31AC08 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #31AC08 is #CE53F7. Grayscale: #757575. Windows color (decimal): -13521912 or 568369. OLE color: 568369.

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

Color convert

RGB 49 172 8 -
CMYK 0.72 0 0.95 0.33
HSL 105º 0.91% 0.35% -
HSV(B) 105º 0.95% 0.67% -
XYZ 16.06 30.18 5.21 -
YUV 116.53 66.75 79.84 -
System Red Green Blue C M Y K H S L
Decimal 49 172 8 0.72 0 0.95 0.33 105 0.91 0.35
Hex 31 AC 8 48 0 5F 21 69 5B 23
Octal 61 254 10 110 0 137 41 151 133 43
Binary 110001 10101100 1000 1001000 0 1011111 100001 1101001 1011011 100011

Color Harmonies of #31AC08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AC08

Black with #31AC08

Text Example


Text Example

White with #31AC08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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