Html Css Color HEX #118C03 Green

📋 copy color: '#118C03'

red 17 ◦ green 140 ◦ blue 3

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

Shades of Green #118C03

Tints of Green #118C03

RGB

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

 GREEN value IS 140 (55.08% from 255) = 87.5%

 BLUE value IS 3 (1.56% from 255) = 1.88%

R = 10.63%
G = 87.5%
B = 1.88%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.98

 K value IS 0.45

RGB Variations

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

Color information

#118C03 (or 0x118C03) is known color: Green. HEX triplet: 11, 8C and 03. RGB value is (17,140,3). Sum of RGB (Red+Green+Blue) = 17+140+3=160 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.62% from 160); Green value is 140 (55.08% from 255 or 87.5% from 160); Blue value is 3 (1.56% from 255 or 1.88% from 160); Max value from RGB is 140 - color contains mainly: green. Hex color #118C03 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #118C03 is #EE73FC. Grayscale: #585858. Windows color (decimal): -15627261 or 232465. OLE color: 232465.

HSL color Cylindrical-coordinate representation of color #118C03: hue angle of 113.87º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #118C03 is Cyan = 0.88, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.45.

Color convert

RGB 17 140 3 -
CMYK 0.88 0 0.98 0.45
HSL 113.87º 0.96% 0.28% -
HSV(B) 113.87º 0.98% 0.55% -
XYZ 9.63 18.88 3.22 -
YUV 87.61 80.25 77.64 -
System Red Green Blue C M Y K H S L
Decimal 17 140 3 0.88 0 0.98 0.45 113.87 0.96 0.28
Hex 11 8C 3 58 0 62 2D 72 60 1C
Octal 21 214 3 130 0 142 55 162 140 34
Binary 10001 10001100 11 1011000 0 1100010 101101 1110010 1100000 11100

Color Harmonies of #118C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118C03

Black with #118C03

Text Example


Text Example

White with #118C03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,140,3); }

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

background-color css

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

 a { background-color: rgb(17,140,3); }

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

border-color css

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

 span { border-color: rgb(17,140,3); }

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