Html Css Color HEX #127012 Green

📋 copy color: '#127012'

red 18 ◦ green 112 ◦ blue 18

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

Shades of Green #127012

Tints of Green #127012

RGB

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

 GREEN value IS 112 (44.14% from 255) = 75.68%

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

R = 12.16%
G = 75.68%
B = 12.16%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#127012 (or 0x127012) is known color: Green. HEX triplet: 12, 70 and 12. RGB value is (18,112,18). Sum of RGB (Red+Green+Blue) = 18+112+18=148 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.16% from 148); Green value is 112 (44.14% from 255 or 75.68% from 148); Blue value is 18 (7.42% from 255 or 12.16% from 148); Max value from RGB is 112 - color contains mainly: green. Hex color #127012 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127012 is #ED8FED. Grayscale: #494949. Windows color (decimal): -15568878 or 1208338. OLE color: 1208338.

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

Color convert

RGB 18 112 18 -
CMYK 0.84 0 0.84 0.56
HSL 120º 0.72% 0.25% -
HSV(B) 120º 0.84% 0.44% -
XYZ 6.15 11.76 2.52 -
YUV 73.18 96.86 88.64 -
System Red Green Blue C M Y K H S L
Decimal 18 112 18 0.84 0 0.84 0.56 120 0.72 0.25
Hex 12 70 12 54 0 54 38 78 48 19
Octal 22 160 22 124 0 124 70 170 110 31
Binary 10010 1110000 10010 1010100 0 1010100 111000 1111000 1001000 11001

Color Harmonies of #127012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127012

Black with #127012

Text Example


Text Example

White with #127012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127012; }

 p { color: rgb(18,112,18); }

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

background-color css

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

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

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

border-color css

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

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

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