Html Css Color HEX #127A01 Green

📋 copy color: '#127A01'

red 18 ◦ green 122 ◦ blue 1

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

Shades of Green #127A01

Tints of Green #127A01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.71%

R = 12.77%
G = 86.52%
B = 0.71%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.99

 K value IS 0.52

RGB Variations

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

Color information

#127A01 (or 0x127A01) is known color: Green. HEX triplet: 12, 7A and 01. RGB value is (18,122,1). Sum of RGB (Red+Green+Blue) = 18+122+1=141 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.77% from 141); Green value is 122 (48.05% from 255 or 86.52% from 141); Blue value is 1 (0.78% from 255 or 0.71% from 141); Max value from RGB is 122 - color contains mainly: green. Hex color #127A01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127A01 is #ED85FE. Grayscale: #4D4D4D. Windows color (decimal): -15566335 or 96786. OLE color: 96786.

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

Color convert

RGB 18 122 1 -
CMYK 0.85 0 0.99 0.52
HSL 111.57º 0.98% 0.24% -
HSV(B) 111.57º 0.99% 0.48% -
XYZ 7.21 14.05 2.36 -
YUV 77.11 85.04 85.84 -
System Red Green Blue C M Y K H S L
Decimal 18 122 1 0.85 0 0.99 0.52 111.57 0.98 0.24
Hex 12 7A 1 55 0 63 34 70 62 18
Octal 22 172 1 125 0 143 64 160 142 30
Binary 10010 1111010 1 1010101 0 1100011 110100 1110000 1100010 11000

Color Harmonies of #127A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127A01

Black with #127A01

Text Example


Text Example

White with #127A01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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