Html Css Color HEX #127401 Green

📋 copy color: '#127401'

red 18 ◦ green 116 ◦ blue 1

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

Shades of Green #127401

Tints of Green #127401

RGB

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

 GREEN value IS 116 (45.7% from 255) = 85.93%

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

R = 13.33%
G = 85.93%
B = 0.74%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#127401 (or 0x127401) is known color: Green. HEX triplet: 12, 74 and 01. RGB value is (18,116,1). Sum of RGB (Red+Green+Blue) = 18+116+1=135 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.33% from 135); Green value is 116 (45.70% from 255 or 85.93% from 135); Blue value is 1 (0.78% from 255 or 0.74% from 135); Max value from RGB is 116 - color contains mainly: green. Hex color #127401 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127401 is #ED8BFE. Grayscale: #494949. Windows color (decimal): -15567871 or 95250. OLE color: 95250.

HSL color Cylindrical-coordinate representation of color #127401: hue angle of 111.13º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #127401 is Cyan = 0.84, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB 18 116 1 -
CMYK 0.84 0 0.99 0.55
HSL 111.13º 0.98% 0.23% -
HSV(B) 111.13º 0.99% 0.45% -
XYZ 6.5 12.62 2.12 -
YUV 73.59 87.03 88.35 -
System Red Green Blue C M Y K H S L
Decimal 18 116 1 0.84 0 0.99 0.55 111.13 0.98 0.23
Hex 12 74 1 54 0 63 37 6F 62 17
Octal 22 164 1 124 0 143 67 157 142 27
Binary 10010 1110100 1 1010100 0 1100011 110111 1101111 1100010 10111

Color Harmonies of #127401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127401

Black with #127401

Text Example


Text Example

White with #127401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127401; }

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

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

background-color css

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

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

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

border-color css

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

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

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