Html Css Color HEX #126800 Green

📋 copy color: '#126800'

red 18 ◦ green 104 ◦ blue 0

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

Shades of Green #126800

Tints of Green #126800

RGB

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

 GREEN value IS 104 (41.02% from 255) = 85.25%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 14.75%
G = 85.25%
B = 0%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#126800 (or 0x126800) is known color: Green. HEX triplet: 12, 68 and 00. RGB value is (18,104,0). Sum of RGB (Red+Green+Blue) = 18+104+0=122 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.75% from 122); Green value is 104 (41.02% from 255 or 85.25% from 122); Blue value is 0 (0.39% from 255 or 0% from 122); Max value from RGB is 104 - color contains mainly: green. Hex color #126800 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126800 is #ED97FF. Grayscale: #424242. Windows color (decimal): -15570944 or 26642. OLE color: 26642.

HSL color Cylindrical-coordinate representation of color #126800: hue angle of 109.62º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #126800 is Cyan = 0.83, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.59.

Color convert

RGB 18 104 0 -
CMYK 0.83 0 1 0.59
HSL 109.62º 1% 0.2% -
HSV(B) 109.62º 1% 0.41% -
XYZ 5.2 10.03 1.66 -
YUV 66.43 90.51 93.46 -
System Red Green Blue C M Y K H S L
Decimal 18 104 0 0.83 0 1 0.59 109.62 1 0.2
Hex 12 68 0 53 0 64 3B 6E 64 14
Octal 22 150 0 123 0 144 73 156 144 24
Binary 10010 1101000 0 1010011 0 1100100 111011 1101110 1100100 10100

Color Harmonies of #126800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126800

Black with #126800

Text Example


Text Example

White with #126800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126800; }

 p { color: rgb(18,104,0); }

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

background-color css

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

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

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

border-color css

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

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

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