Html Css Color HEX #127210 Green

📋 copy color: '#127210'

red 18 ◦ green 114 ◦ blue 16

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

Shades of Green #127210

Tints of Green #127210

RGB

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

 GREEN value IS 114 (44.92% from 255) = 77.03%

 BLUE value IS 16 (6.64% from 255) = 10.81%

R = 12.16%
G = 77.03%
B = 10.81%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#127210 (or 0x127210) is known color: Green. HEX triplet: 12, 72 and 10. RGB value is (18,114,16). Sum of RGB (Red+Green+Blue) = 18+114+16=148 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.16% from 148); Green value is 114 (44.92% from 255 or 77.03% from 148); Blue value is 16 (6.64% from 255 or 10.81% from 148); Max value from RGB is 114 - color contains mainly: green. Hex color #127210 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127210 is #ED8DEF. Grayscale: #4A4A4A. Windows color (decimal): -15568368 or 1077778. OLE color: 1077778.

HSL color Cylindrical-coordinate representation of color #127210: hue angle of 118.78º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #127210 is Cyan = 0.84, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB 18 114 16 -
CMYK 0.84 0 0.86 0.55
HSL 118.78º 0.75% 0.25% -
HSV(B) 118.78º 0.86% 0.45% -
XYZ 6.36 12.2 2.51 -
YUV 74.12 95.2 87.97 -
System Red Green Blue C M Y K H S L
Decimal 18 114 16 0.84 0 0.86 0.55 118.78 0.75 0.25
Hex 12 72 10 54 0 56 37 77 4B 19
Octal 22 162 20 124 0 126 67 167 113 31
Binary 10010 1110010 10000 1010100 0 1010110 110111 1110111 1001011 11001

Color Harmonies of #127210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127210

Black with #127210

Text Example


Text Example

White with #127210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127210; }

 p { color: rgb(18,114,16); }

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

background-color css

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

 a { background-color: rgb(18,114,16); }

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

border-color css

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

 span { border-color: rgb(18,114,16); }

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