Html Css Color HEX #018012 Green

📋 copy color: '#018012'

red 1 ◦ green 128 ◦ blue 18

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

Shades of Green #018012

Tints of Green #018012

RGB

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

 GREEN value IS 128 (50.39% from 255) = 87.07%

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

R = 0.68%
G = 87.07%
B = 12.24%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.86

 K value IS 0.50

RGB Variations

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

Color information

#018012 (or 0x018012) is known color: Green. HEX triplet: 01, 80 and 12. RGB value is (1,128,18). Sum of RGB (Red+Green+Blue) = 1+128+18=147 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 147); Green value is 128 (50.39% from 255 or 87.07% from 147); Blue value is 18 (7.42% from 255 or 12.24% from 147); Max value from RGB is 128 - color contains mainly: green. Hex color #018012 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018012 is #FE7FED. Grayscale: #4D4D4D. Windows color (decimal): -16678894 or 1212417. OLE color: 1212417.

HSL color Cylindrical-coordinate representation of color #018012: hue angle of 128.03º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018012 is Cyan = 0.99, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.50.

Color convert

RGB 1 128 18 -
CMYK 0.99 0 0.86 0.50
HSL 128.03º 0.98% 0.25% -
HSV(B) 128.03º 0.99% 0.5% -
XYZ 7.84 15.49 3.15 -
YUV 77.49 94.42 73.44 -
System Red Green Blue C M Y K H S L
Decimal 1 128 18 0.99 0 0.86 0.50 128.03 0.98 0.25
Hex 1 80 12 63 0 56 32 80 62 19
Octal 1 200 22 143 0 126 62 200 142 31
Binary 1 10000000 10010 1100011 0 1010110 110010 10000000 1100010 11001

Color Harmonies of #018012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018012

Black with #018012

Text Example


Text Example

White with #018012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018012; }

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

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

background-color css

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

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

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

border-color css

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

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

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