Html Css Color HEX #118A01 Green

📋 copy color: '#118A01'

red 17 ◦ green 138 ◦ blue 1

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

Shades of Green #118A01

Tints of Green #118A01

RGB

 RED value IS 17 (7.03% from 255) = 10.9%

 GREEN value IS 138 (54.3% from 255) = 88.46%

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

R = 10.9%
G = 88.46%
B = 0.64%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#118A01 (or 0x118A01) is known color: Green. HEX triplet: 11, 8A and 01. RGB value is (17,138,1). Sum of RGB (Red+Green+Blue) = 17+138+1=156 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.90% from 156); Green value is 138 (54.30% from 255 or 88.46% from 156); Blue value is 1 (0.78% from 255 or 0.64% from 156); Max value from RGB is 138 - color contains mainly: green. Hex color #118A01 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #118A01 is #EE75FE. Grayscale: #565656. Windows color (decimal): -15627775 or 100881. OLE color: 100881.

HSL color Cylindrical-coordinate representation of color #118A01: hue angle of 112.99º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #118A01 is Cyan = 0.88, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.46.

Color convert

RGB 17 138 1 -
CMYK 0.88 0 0.99 0.46
HSL 112.99º 0.99% 0.27% -
HSV(B) 112.99º 0.99% 0.54% -
XYZ 9.33 18.3 3.07 -
YUV 86.2 79.91 78.64 -
System Red Green Blue C M Y K H S L
Decimal 17 138 1 0.88 0 0.99 0.46 112.99 0.99 0.27
Hex 11 8A 1 58 0 63 2E 71 63 1B
Octal 21 212 1 130 0 143 56 161 143 33
Binary 10001 10001010 1 1011000 0 1100011 101110 1110001 1100011 11011

Color Harmonies of #118A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118A01

Black with #118A01

Text Example


Text Example

White with #118A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118A01; }

 p { color: rgb(17,138,1); }

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

background-color css

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

 a { background-color: rgb(17,138,1); }

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

border-color css

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

 span { border-color: rgb(17,138,1); }

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