Html Css Color HEX #017812 Green

📋 copy color: '#017812'

red 1 ◦ green 120 ◦ blue 18

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

Shades of Green #017812

Tints of Green #017812

RGB

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

 GREEN value IS 120 (47.27% from 255) = 86.33%

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

R = 0.72%
G = 86.33%
B = 12.95%

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

#017812 (or 0x017812) is known color: Green. HEX triplet: 01, 78 and 12. RGB value is (1,120,18). Sum of RGB (Red+Green+Blue) = 1+120+18=139 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 139); Green value is 120 (47.27% from 255 or 86.33% from 139); Blue value is 18 (7.42% from 255 or 12.95% from 139); Max value from RGB is 120 - color contains mainly: green. Hex color #017812 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017812 is #FE87ED. Grayscale: #494949. Windows color (decimal): -16680942 or 1210369. OLE color: 1210369.

HSL color Cylindrical-coordinate representation of color #017812: hue angle of 128.57º 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 #017812 is Cyan = 0.99, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB 1 120 18 -
CMYK 0.99 0 0.85 0.53
HSL 128.57º 0.98% 0.24% -
HSV(B) 128.57º 0.99% 0.47% -
XYZ 6.84 13.48 2.81 -
YUV 72.79 97.08 76.79 -
System Red Green Blue C M Y K H S L
Decimal 1 120 18 0.99 0 0.85 0.53 128.57 0.98 0.24
Hex 1 78 12 63 0 55 35 81 62 18
Octal 1 170 22 143 0 125 65 201 142 30
Binary 1 1111000 10010 1100011 0 1010101 110101 10000001 1100010 11000

Color Harmonies of #017812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017812

Black with #017812

Text Example


Text Example

White with #017812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017812; }

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

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

background-color css

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

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

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

border-color css

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

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

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