Html Css Color HEX #127901 Green

📋 copy color: '#127901'

red 18 ◦ green 121 ◦ blue 1

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

Shades of Green #127901

Tints of Green #127901

RGB

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

 GREEN value IS 121 (47.66% from 255) = 86.43%

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

R = 12.86%
G = 86.43%
B = 0.71%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#127901 (or 0x127901) is known color: Green. HEX triplet: 12, 79 and 01. RGB value is (18,121,1). Sum of RGB (Red+Green+Blue) = 18+121+1=140 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.86% from 140); Green value is 121 (47.66% from 255 or 86.43% from 140); Blue value is 1 (0.78% from 255 or 0.71% from 140); Max value from RGB is 121 - color contains mainly: green. Hex color #127901 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127901 is #ED86FE. Grayscale: #4C4C4C. Windows color (decimal): -15566591 or 96530. OLE color: 96530.

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

Color convert

RGB 18 121 1 -
CMYK 0.85 0 0.99 0.53
HSL 111.5º 0.98% 0.24% -
HSV(B) 111.5º 0.99% 0.47% -
XYZ 7.09 13.81 2.32 -
YUV 76.52 85.38 86.26 -
System Red Green Blue C M Y K H S L
Decimal 18 121 1 0.85 0 0.99 0.53 111.5 0.98 0.24
Hex 12 79 1 55 0 63 35 70 62 18
Octal 22 171 1 125 0 143 65 160 142 30
Binary 10010 1111001 1 1010101 0 1100011 110101 1110000 1100010 11000

Color Harmonies of #127901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127901

Black with #127901

Text Example


Text Example

White with #127901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127901; }

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

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

background-color css

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

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

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

border-color css

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

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

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