Html Css Color HEX #127A11 Green

📋 copy color: '#127A11'

red 18 ◦ green 122 ◦ blue 17

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

Shades of Green #127A11

Tints of Green #127A11

RGB

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

 GREEN value IS 122 (48.05% from 255) = 77.71%

 BLUE value IS 17 (7.03% from 255) = 10.83%

R = 11.46%
G = 77.71%
B = 10.83%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.86

 K value IS 0.52

RGB Variations

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

Color information

#127A11 (or 0x127A11) is known color: Green. HEX triplet: 12, 7A and 11. RGB value is (18,122,17). Sum of RGB (Red+Green+Blue) = 18+122+17=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 122 (48.05% from 255 or 77.71% from 157); Blue value is 17 (7.03% from 255 or 10.83% from 157); Max value from RGB is 122 - color contains mainly: green. Hex color #127A11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127A11 is #ED85EE. Grayscale: #4F4F4F. Windows color (decimal): -15566319 or 1145362. OLE color: 1145362.

HSL color Cylindrical-coordinate representation of color #127A11: hue angle of 119.43º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #127A11 is Cyan = 0.85, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.52.

Color convert

RGB 18 122 17 -
CMYK 0.85 0 0.86 0.52
HSL 119.43º 0.76% 0.27% -
HSV(B) 119.43º 0.86% 0.48% -
XYZ 7.31 14.09 2.86 -
YUV 78.93 93.04 84.54 -
System Red Green Blue C M Y K H S L
Decimal 18 122 17 0.85 0 0.86 0.52 119.43 0.76 0.27
Hex 12 7A 11 55 0 56 34 77 4C 1B
Octal 22 172 21 125 0 126 64 167 114 33
Binary 10010 1111010 10001 1010101 0 1010110 110100 1110111 1001100 11011

Color Harmonies of #127A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127A11

Black with #127A11

Text Example


Text Example

White with #127A11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,122,17); }

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

background-color css

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

 a { background-color: rgb(18,122,17); }

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

border-color css

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

 span { border-color: rgb(18,122,17); }

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