Html Css Color HEX #127F05 Green

📋 copy color: '#127F05'

red 18 ◦ green 127 ◦ blue 5

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

Shades of Green #127F05

Tints of Green #127F05

RGB

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

 GREEN value IS 127 (50% from 255) = 84.67%

 BLUE value IS 5 (2.34% from 255) = 3.33%

R = 12%
G = 84.67%
B = 3.33%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.96

 K value IS 0.50

RGB Variations

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

Color information

#127F05 (or 0x127F05) is known color: Green. HEX triplet: 12, 7F and 05. RGB value is (18,127,5). Sum of RGB (Red+Green+Blue) = 18+127+5=150 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12% from 150); Green value is 127 (50% from 255 or 84.67% from 150); Blue value is 5 (2.34% from 255 or 3.33% from 150); Max value from RGB is 127 - color contains mainly: green. Hex color #127F05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127F05 is #ED80FA. Grayscale: #505050. Windows color (decimal): -15565051 or 360210. OLE color: 360210.

HSL color Cylindrical-coordinate representation of color #127F05: hue angle of 113.61º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #127F05 is Cyan = 0.86, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.50.

Color convert

RGB 18 127 5 -
CMYK 0.86 0 0.96 0.50
HSL 113.61º 0.92% 0.26% -
HSV(B) 113.61º 0.96% 0.5% -
XYZ 7.87 15.32 2.69 -
YUV 80.5 85.39 83.42 -
System Red Green Blue C M Y K H S L
Decimal 18 127 5 0.86 0 0.96 0.50 113.61 0.92 0.26
Hex 12 7F 5 56 0 60 32 72 5C 1A
Octal 22 177 5 126 0 140 62 162 134 32
Binary 10010 1111111 101 1010110 0 1100000 110010 1110010 1011100 11010

Color Harmonies of #127F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127F05

Black with #127F05

Text Example


Text Example

White with #127F05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,127,5); }

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

background-color css

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

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

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

border-color css

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

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

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