Html Css Color HEX #127201 Green

📋 copy color: '#127201'

red 18 ◦ green 114 ◦ blue 1

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

Shades of Green #127201

Tints of Green #127201

RGB

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

 GREEN value IS 114 (44.92% from 255) = 85.71%

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

R = 13.53%
G = 85.71%
B = 0.75%

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

#127201 (or 0x127201) is known color: Green. HEX triplet: 12, 72 and 01. RGB value is (18,114,1). Sum of RGB (Red+Green+Blue) = 18+114+1=133 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.53% from 133); Green value is 114 (44.92% from 255 or 85.71% from 133); Blue value is 1 (0.78% from 255 or 0.75% from 133); Max value from RGB is 114 - color contains mainly: green. Hex color #127201 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127201 is #ED8DFE. Grayscale: #484848. Windows color (decimal): -15568383 or 94738. OLE color: 94738.

HSL color Cylindrical-coordinate representation of color #127201: hue angle of 110.97º 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 #127201 is Cyan = 0.84, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB 18 114 1 -
CMYK 0.84 0 0.99 0.55
HSL 110.97º 0.98% 0.23% -
HSV(B) 110.97º 0.99% 0.45% -
XYZ 6.27 12.17 2.05 -
YUV 72.41 87.7 89.19 -
System Red Green Blue C M Y K H S L
Decimal 18 114 1 0.84 0 0.99 0.55 110.97 0.98 0.23
Hex 12 72 1 54 0 63 37 6F 62 17
Octal 22 162 1 124 0 143 67 157 142 27
Binary 10010 1110010 1 1010100 0 1100011 110111 1101111 1100010 10111

Color Harmonies of #127201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127201

Black with #127201

Text Example


Text Example

White with #127201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127201; }

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

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

background-color css

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

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

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

border-color css

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

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

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