Html Css Color HEX #127001 Green

📋 copy color: '#127001'

red 18 ◦ green 112 ◦ blue 1

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

Shades of Green #127001

Tints of Green #127001

RGB

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

 GREEN value IS 112 (44.14% from 255) = 85.5%

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

R = 13.74%
G = 85.5%
B = 0.76%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#127001 (or 0x127001) is known color: Green. HEX triplet: 12, 70 and 01. RGB value is (18,112,1). Sum of RGB (Red+Green+Blue) = 18+112+1=131 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.74% from 131); Green value is 112 (44.14% from 255 or 85.50% from 131); Blue value is 1 (0.78% from 255 or 0.76% from 131); Max value from RGB is 112 - color contains mainly: green. Hex color #127001 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127001 is #ED8FFE. Grayscale: #474747. Windows color (decimal): -15568895 or 94226. OLE color: 94226.

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

Color convert

RGB 18 112 1 -
CMYK 0.84 0 0.99 0.56
HSL 110.81º 0.98% 0.22% -
HSV(B) 110.81º 0.99% 0.44% -
XYZ 6.05 11.72 1.97 -
YUV 71.24 88.36 90.03 -
System Red Green Blue C M Y K H S L
Decimal 18 112 1 0.84 0 0.99 0.56 110.81 0.98 0.22
Hex 12 70 1 54 0 63 38 6F 62 16
Octal 22 160 1 124 0 143 70 157 142 26
Binary 10010 1110000 1 1010100 0 1100011 111000 1101111 1100010 10110

Color Harmonies of #127001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127001

Black with #127001

Text Example


Text Example

White with #127001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127001; }

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

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

background-color css

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

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

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

border-color css

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

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

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