Html Css Color HEX #127812 Green

📋 copy color: '#127812'

red 18 ◦ green 120 ◦ blue 18

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

Shades of Green #127812

Tints of Green #127812

RGB

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

 GREEN value IS 120 (47.27% from 255) = 76.92%

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

R = 11.54%
G = 76.92%
B = 11.54%

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

#127812 (or 0x127812) is known color: Green. HEX triplet: 12, 78 and 12. RGB value is (18,120,18). Sum of RGB (Red+Green+Blue) = 18+120+18=156 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.54% from 156); Green value is 120 (47.27% from 255 or 76.92% from 156); Blue value is 18 (7.42% from 255 or 11.54% from 156); Max value from RGB is 120 - color contains mainly: green. Hex color #127812 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127812 is #ED87ED. Grayscale: #4E4E4E. Windows color (decimal): -15566830 or 1210386. OLE color: 1210386.

HSL color Cylindrical-coordinate representation of color #127812: 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 #127812 is Cyan = 0.85, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB 18 120 18 -
CMYK 0.85 0 0.85 0.53
HSL 120º 0.74% 0.27% -
HSV(B) 120º 0.85% 0.47% -
XYZ 7.08 13.61 2.83 -
YUV 77.87 94.21 85.29 -
System Red Green Blue C M Y K H S L
Decimal 18 120 18 0.85 0 0.85 0.53 120 0.74 0.27
Hex 12 78 12 55 0 55 35 78 4A 1B
Octal 22 170 22 125 0 125 65 170 112 33
Binary 10010 1111000 10010 1010101 0 1010101 110101 1111000 1001010 11011

Color Harmonies of #127812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127812

Black with #127812

Text Example


Text Example

White with #127812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127812; }

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

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

background-color css

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

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

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

border-color css

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

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

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