Html Css Color HEX #127912 Green

📋 copy color: '#127912'

red 18 ◦ green 121 ◦ blue 18

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

Shades of Green #127912

Tints of Green #127912

RGB

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

 GREEN value IS 121 (47.66% from 255) = 77.07%

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

R = 11.46%
G = 77.07%
B = 11.46%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#127912 (or 0x127912) is known color: Green. HEX triplet: 12, 79 and 12. RGB value is (18,121,18). Sum of RGB (Red+Green+Blue) = 18+121+18=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 121 (47.66% from 255 or 77.07% from 157); Blue value is 18 (7.42% from 255 or 11.46% from 157); Max value from RGB is 121 - color contains mainly: green. Hex color #127912 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127912 is #ED86ED. Grayscale: #4E4E4E. Windows color (decimal): -15566574 or 1210642. OLE color: 1210642.

HSL color Cylindrical-coordinate representation of color #127912: hue angle of 120º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127912 is Cyan = 0.85, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB 18 121 18 -
CMYK 0.85 0 0.85 0.53
HSL 120º 0.74% 0.27% -
HSV(B) 120º 0.85% 0.47% -
XYZ 7.2 13.85 2.87 -
YUV 78.46 93.88 84.88 -
System Red Green Blue C M Y K H S L
Decimal 18 121 18 0.85 0 0.85 0.53 120 0.74 0.27
Hex 12 79 12 55 0 55 35 78 4A 1B
Octal 22 171 22 125 0 125 65 170 112 33
Binary 10010 1111001 10010 1010101 0 1010101 110101 1111000 1001010 11011

Color Harmonies of #127912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127912

Black with #127912

Text Example


Text Example

White with #127912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127912; }

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

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

background-color css

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

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

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

border-color css

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

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

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