Html Css Color HEX #127101 Green

📋 copy color: '#127101'

red 18 ◦ green 113 ◦ blue 1

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

Shades of Green #127101

Tints of Green #127101

RGB

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

 GREEN value IS 113 (44.53% from 255) = 85.61%

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

R = 13.64%
G = 85.61%
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

#127101 (or 0x127101) is known color: Green. HEX triplet: 12, 71 and 01. RGB value is (18,113,1). Sum of RGB (Red+Green+Blue) = 18+113+1=132 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.64% from 132); Green value is 113 (44.53% from 255 or 85.61% from 132); Blue value is 1 (0.78% from 255 or 0.76% from 132); Max value from RGB is 113 - color contains mainly: green. Hex color #127101 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127101 is #ED8EFE. Grayscale: #484848. Windows color (decimal): -15568639 or 94482. OLE color: 94482.

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

Color convert

RGB 18 113 1 -
CMYK 0.84 0 0.99 0.56
HSL 110.89º 0.98% 0.22% -
HSV(B) 110.89º 0.99% 0.44% -
XYZ 6.16 11.94 2.01 -
YUV 71.83 88.03 89.61 -
System Red Green Blue C M Y K H S L
Decimal 18 113 1 0.84 0 0.99 0.56 110.89 0.98 0.22
Hex 12 71 1 54 0 63 38 6F 62 16
Octal 22 161 1 124 0 143 70 157 142 26
Binary 10010 1110001 1 1010100 0 1100011 111000 1101111 1100010 10110

Color Harmonies of #127101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127101

Black with #127101

Text Example


Text Example

White with #127101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127101; }

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

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

background-color css

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

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

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

border-color css

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

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

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