Html Css Color HEX #017400 Green

📋 copy color: '#017400'

red 1 ◦ green 116 ◦ blue 0

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

Shades of Green #017400

Tints of Green #017400

RGB

 RED value IS 1 (0.78% from 255) = 0.85%

 GREEN value IS 116 (45.7% from 255) = 99.15%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 0.85%
G = 99.15%
B = 0%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#017400 (or 0x017400) is known color: Green. HEX triplet: 01, 74 and 00. RGB value is (1,116,0). Sum of RGB (Red+Green+Blue) = 1+116+0=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 116 (45.70% from 255 or 99.15% from 117); Blue value is 0 (0.39% from 255 or 0% from 117); Max value from RGB is 116 - color contains mainly: green. Hex color #017400 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017400 is #FE8BFF. Grayscale: #444444. Windows color (decimal): -16681984 or 29697. OLE color: 29697.

HSL color Cylindrical-coordinate representation of color #017400: hue angle of 119.48º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #017400 is Cyan = 0.99, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB 1 116 0 -
CMYK 0.99 0 1 0.55
HSL 119.48º 1% 0.23% -
HSV(B) 119.48º 1% 0.45% -
XYZ 6.26 12.5 2.08 -
YUV 68.39 89.4 79.93 -
System Red Green Blue C M Y K H S L
Decimal 1 116 0 0.99 0 1 0.55 119.48 1 0.23
Hex 1 74 0 63 0 64 37 77 64 17
Octal 1 164 0 143 0 144 67 167 144 27
Binary 1 1110100 0 1100011 0 1100100 110111 1110111 1100100 10111

Color Harmonies of #017400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017400

Black with #017400

Text Example


Text Example

White with #017400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017400; }

 p { color: rgb(1,116,0); }

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

background-color css

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

 a { background-color: rgb(1,116,0); }

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

border-color css

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

 span { border-color: rgb(1,116,0); }

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