Html Css Color HEX #127408 Green

📋 copy color: '#127408'

red 18 ◦ green 116 ◦ blue 8

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

Shades of Green #127408

Tints of Green #127408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.63%

R = 12.68%
G = 81.69%
B = 5.63%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.93

 K value IS 0.55

RGB Variations

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

Color information

#127408 (or 0x127408) is known color: Green. HEX triplet: 12, 74 and 08. RGB value is (18,116,8). Sum of RGB (Red+Green+Blue) = 18+116+8=142 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.68% from 142); Green value is 116 (45.70% from 255 or 81.69% from 142); Blue value is 8 (3.52% from 255 or 5.63% from 142); Max value from RGB is 116 - color contains mainly: green. Hex color #127408 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127408 is #ED8BF7. Grayscale: #4A4A4A. Windows color (decimal): -15567864 or 554002. OLE color: 554002.

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

Color convert

RGB 18 116 8 -
CMYK 0.84 0 0.93 0.55
HSL 114.44º 0.87% 0.24% -
HSV(B) 114.44º 0.93% 0.45% -
XYZ 6.54 12.64 2.32 -
YUV 74.39 90.53 87.78 -
System Red Green Blue C M Y K H S L
Decimal 18 116 8 0.84 0 0.93 0.55 114.44 0.87 0.24
Hex 12 74 8 54 0 5D 37 72 57 18
Octal 22 164 10 124 0 135 67 162 127 30
Binary 10010 1110100 1000 1010100 0 1011101 110111 1110010 1010111 11000

Color Harmonies of #127408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127408

Black with #127408

Text Example


Text Example

White with #127408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127408; }

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

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

background-color css

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

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

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

border-color css

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

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

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