#127401

Color #127401 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #127401

Tints of Green #127401

Color information

#127401 (or 0x127401) is unknown color: approx 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

RGB181161-
CMYK0.8400.990.55
HSL111.13º98.29%22.94%-
HSV(B)111.13º99.14%45.49%-
XYZ6.512.622.12-
YUV73.5987.0388.35-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.33%
GREEN value IS 116 (45.70% 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 (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1811610.8400.990.55111.1398.2922.94
Hex1274154063376f6217
Octal22164112401436715714227
Binary10010111010011010100011000111101111101111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>