Html Css Color HEX #017912 Green

📋 copy color: '#017912'

red 1 ◦ green 121 ◦ blue 18

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

Shades of Green #017912

Tints of Green #017912

RGB

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

 GREEN value IS 121 (47.66% from 255) = 86.43%

 BLUE value IS 18 (7.42% from 255) = 12.86%

R = 0.71%
G = 86.43%
B = 12.86%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#017912 (or 0x017912) is known color: Green. HEX triplet: 01, 79 and 12. RGB value is (1,121,18). Sum of RGB (Red+Green+Blue) = 1+121+18=140 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 140); Green value is 121 (47.66% from 255 or 86.43% from 140); Blue value is 18 (7.42% from 255 or 12.86% from 140); Max value from RGB is 121 - color contains mainly: green. Hex color #017912 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017912 is #FE86ED. Grayscale: #494949. Windows color (decimal): -16680686 or 1210625. OLE color: 1210625.

HSL color Cylindrical-coordinate representation of color #017912: hue angle of 128.5º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017912 is Cyan = 0.99, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB 1 121 18 -
CMYK 0.99 0 0.85 0.53
HSL 128.5º 0.98% 0.24% -
HSV(B) 128.5º 0.99% 0.47% -
XYZ 6.96 13.72 2.85 -
YUV 73.38 96.74 76.38 -
System Red Green Blue C M Y K H S L
Decimal 1 121 18 0.99 0 0.85 0.53 128.5 0.98 0.24
Hex 1 79 12 63 0 55 35 80 62 18
Octal 1 171 22 143 0 125 65 200 142 30
Binary 1 1111001 10010 1100011 0 1010101 110101 10000000 1100010 11000

Color Harmonies of #017912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017912

Black with #017912

Text Example


Text Example

White with #017912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017912; }

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

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

background-color css

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

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

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

border-color css

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

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

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