Html Css Color HEX #127C08 Green

📋 copy color: '#127C08'

red 18 ◦ green 124 ◦ blue 8

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

Shades of Green #127C08

Tints of Green #127C08

RGB

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

 GREEN value IS 124 (48.83% from 255) = 82.67%

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

R = 12%
G = 82.67%
B = 5.33%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.94

 K value IS 0.51

RGB Variations

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

Color information

#127C08 (or 0x127C08) is known color: Green. HEX triplet: 12, 7C and 08. RGB value is (18,124,8). Sum of RGB (Red+Green+Blue) = 18+124+8=150 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12% from 150); Green value is 124 (48.83% from 255 or 82.67% from 150); Blue value is 8 (3.52% from 255 or 5.33% from 150); Max value from RGB is 124 - color contains mainly: green. Hex color #127C08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127C08 is #ED83F7. Grayscale: #4F4F4F. Windows color (decimal): -15565816 or 556050. OLE color: 556050.

HSL color Cylindrical-coordinate representation of color #127C08: hue angle of 114.83º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #127C08 is Cyan = 0.85, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.51.

Color convert

RGB 18 124 8 -
CMYK 0.85 0 0.94 0.51
HSL 114.83º 0.88% 0.26% -
HSV(B) 114.83º 0.94% 0.49% -
XYZ 7.5 14.56 2.65 -
YUV 79.08 87.88 84.43 -
System Red Green Blue C M Y K H S L
Decimal 18 124 8 0.85 0 0.94 0.51 114.83 0.88 0.26
Hex 12 7C 8 55 0 5E 33 73 58 1A
Octal 22 174 10 125 0 136 63 163 130 32
Binary 10010 1111100 1000 1010101 0 1011110 110011 1110011 1011000 11010

Color Harmonies of #127C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127C08

Black with #127C08

Text Example


Text Example

White with #127C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127C08; }

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

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

background-color css

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

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

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

border-color css

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

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

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