Html Css Color HEX #017512 Green

📋 copy color: '#017512'

red 1 ◦ green 117 ◦ blue 18

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

Shades of Green #017512

Tints of Green #017512

RGB

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

 GREEN value IS 117 (46.09% from 255) = 86.03%

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

R = 0.74%
G = 86.03%
B = 13.24%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#017512 (or 0x017512) is known color: Green. HEX triplet: 01, 75 and 12. RGB value is (1,117,18). Sum of RGB (Red+Green+Blue) = 1+117+18=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 117 (46.09% from 255 or 86.03% from 136); Blue value is 18 (7.42% from 255 or 13.24% from 136); Max value from RGB is 117 - color contains mainly: green. Hex color #017512 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017512 is #FE8AED. Grayscale: #474747. Windows color (decimal): -16681710 or 1209601. OLE color: 1209601.

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

Color convert

RGB 1 117 18 -
CMYK 0.99 0 0.85 0.54
HSL 128.79º 0.98% 0.23% -
HSV(B) 128.79º 0.99% 0.46% -
XYZ 6.48 12.77 2.7 -
YUV 71.03 98.07 78.05 -
System Red Green Blue C M Y K H S L
Decimal 1 117 18 0.99 0 0.85 0.54 128.79 0.98 0.23
Hex 1 75 12 63 0 55 36 81 62 17
Octal 1 165 22 143 0 125 66 201 142 27
Binary 1 1110101 10010 1100011 0 1010101 110110 10000001 1100010 10111

Color Harmonies of #017512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017512

Black with #017512

Text Example


Text Example

White with #017512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017512; }

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

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

background-color css

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

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

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

border-color css

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

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

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