Html Css Color HEX #127116 Green

📋 copy color: '#127116'

red 18 ◦ green 113 ◦ blue 22

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

Shades of Green #127116

Tints of Green #127116

RGB

 RED value IS 18 (7.42% from 255) = 11.76%

 GREEN value IS 113 (44.53% from 255) = 73.86%

 BLUE value IS 22 (8.98% from 255) = 14.38%

R = 11.76%
G = 73.86%
B = 14.38%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#127116 (or 0x127116) is known color: Green. HEX triplet: 12, 71 and 16. RGB value is (18,113,22). Sum of RGB (Red+Green+Blue) = 18+113+22=153 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.76% from 153); Green value is 113 (44.53% from 255 or 73.86% from 153); Blue value is 22 (8.98% from 255 or 14.38% from 153); Max value from RGB is 113 - color contains mainly: green. Hex color #127116 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127116 is #ED8EE9. Grayscale: #4A4A4A. Windows color (decimal): -15568618 or 1470738. OLE color: 1470738.

HSL color Cylindrical-coordinate representation of color #127116: hue angle of 122.53º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #127116 is Cyan = 0.84, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB 18 113 22 -
CMYK 0.84 0 0.81 0.56
HSL 122.53º 0.73% 0.26% -
HSV(B) 122.53º 0.84% 0.44% -
XYZ 6.3 12 2.74 -
YUV 74.22 98.53 87.9 -
System Red Green Blue C M Y K H S L
Decimal 18 113 22 0.84 0 0.81 0.56 122.53 0.73 0.26
Hex 12 71 16 54 0 51 38 7B 49 1A
Octal 22 161 26 124 0 121 70 173 111 32
Binary 10010 1110001 10110 1010100 0 1010001 111000 1111011 1001001 11010

Color Harmonies of #127116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127116

Black with #127116

Text Example


Text Example

White with #127116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127116; }

 p { color: rgb(18,113,22); }

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

background-color css

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

 a { background-color: rgb(18,113,22); }

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

border-color css

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

 span { border-color: rgb(18,113,22); }

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