Html Css Color HEX #127404 Green

📋 copy color: '#127404'

red 18 ◦ green 116 ◦ blue 4

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

Shades of Green #127404

Tints of Green #127404

RGB

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

 GREEN value IS 116 (45.7% from 255) = 84.06%

 BLUE value IS 4 (1.95% from 255) = 2.9%

R = 13.04%
G = 84.06%
B = 2.9%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#127404 (or 0x127404) is known color: Green. HEX triplet: 12, 74 and 04. RGB value is (18,116,4). Sum of RGB (Red+Green+Blue) = 18+116+4=138 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.04% from 138); Green value is 116 (45.70% from 255 or 84.06% from 138); Blue value is 4 (1.95% from 255 or 2.90% from 138); Max value from RGB is 116 - color contains mainly: green. Hex color #127404 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127404 is #ED8BFB. Grayscale: #4A4A4A. Windows color (decimal): -15567868 or 291858. OLE color: 291858.

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

Color convert

RGB 18 116 4 -
CMYK 0.84 0 0.97 0.55
HSL 112.5º 0.93% 0.24% -
HSV(B) 112.5º 0.97% 0.45% -
XYZ 6.52 12.63 2.21 -
YUV 73.93 88.53 88.11 -
System Red Green Blue C M Y K H S L
Decimal 18 116 4 0.84 0 0.97 0.55 112.5 0.93 0.24
Hex 12 74 4 54 0 61 37 70 5D 18
Octal 22 164 4 124 0 141 67 160 135 30
Binary 10010 1110100 100 1010100 0 1100001 110111 1110000 1011101 11000

Color Harmonies of #127404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127404

Black with #127404

Text Example


Text Example

White with #127404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127404; }

 p { color: rgb(18,116,4); }

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

background-color css

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

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

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

border-color css

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

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

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