Html Css Color HEX #018010 Green

📋 copy color: '#018010'

red 1 ◦ green 128 ◦ blue 16

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

Shades of Green #018010

Tints of Green #018010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 11.03%

R = 0.69%
G = 88.28%
B = 11.03%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#018010 (or 0x018010) is known color: Green. HEX triplet: 01, 80 and 10. RGB value is (1,128,16). Sum of RGB (Red+Green+Blue) = 1+128+16=145 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 145); Green value is 128 (50.39% from 255 or 88.28% from 145); Blue value is 16 (6.64% from 255 or 11.03% from 145); Max value from RGB is 128 - color contains mainly: green. Hex color #018010 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018010 is #FE7FEF. Grayscale: #4D4D4D. Windows color (decimal): -16678896 or 1081345. OLE color: 1081345.

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

Color convert

RGB 1 128 16 -
CMYK 0.99 0 0.88 0.50
HSL 127.09º 0.98% 0.25% -
HSV(B) 127.09º 0.99% 0.5% -
XYZ 7.83 15.48 3.07 -
YUV 77.26 93.42 73.61 -
System Red Green Blue C M Y K H S L
Decimal 1 128 16 0.99 0 0.88 0.50 127.09 0.98 0.25
Hex 1 80 10 63 0 58 32 7F 62 19
Octal 1 200 20 143 0 130 62 177 142 31
Binary 1 10000000 10000 1100011 0 1011000 110010 1111111 1100010 11001

Color Harmonies of #018010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018010

Black with #018010

Text Example


Text Example

White with #018010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018010; }

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

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

background-color css

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

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

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

border-color css

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

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

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