Html Css Color HEX #117A01 Green

📋 copy color: '#117A01'

red 17 ◦ green 122 ◦ blue 1

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

Shades of Green #117A01

Tints of Green #117A01

RGB

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

 GREEN value IS 122 (48.05% from 255) = 87.14%

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

R = 12.14%
G = 87.14%
B = 0.71%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.99

 K value IS 0.52

RGB Variations

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

Color information

#117A01 (or 0x117A01) is known color: Green. HEX triplet: 11, 7A and 01. RGB value is (17,122,1). Sum of RGB (Red+Green+Blue) = 17+122+1=140 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.14% from 140); Green value is 122 (48.05% from 255 or 87.14% from 140); Blue value is 1 (0.78% from 255 or 0.71% from 140); Max value from RGB is 122 - color contains mainly: green. Hex color #117A01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #117A01 is #EE85FE. Grayscale: #4D4D4D. Windows color (decimal): -15631871 or 96785. OLE color: 96785.

HSL color Cylindrical-coordinate representation of color #117A01: hue angle of 112.07º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #117A01 is Cyan = 0.86, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.52.

Color convert

RGB 17 122 1 -
CMYK 0.86 0 0.99 0.52
HSL 112.07º 0.98% 0.24% -
HSV(B) 112.07º 0.99% 0.48% -
XYZ 7.2 14.04 2.36 -
YUV 76.81 85.21 85.34 -
System Red Green Blue C M Y K H S L
Decimal 17 122 1 0.86 0 0.99 0.52 112.07 0.98 0.24
Hex 11 7A 1 56 0 63 34 70 62 18
Octal 21 172 1 126 0 143 64 160 142 30
Binary 10001 1111010 1 1010110 0 1100011 110100 1110000 1100010 11000

Color Harmonies of #117A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117A01

Black with #117A01

Text Example


Text Example

White with #117A01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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