Html Css Color HEX #018014 Green

📋 copy color: '#018014'

red 1 ◦ green 128 ◦ blue 20

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

Shades of Green #018014

Tints of Green #018014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 13.42%

R = 0.67%
G = 85.91%
B = 13.42%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#018014 (or 0x018014) is known color: Green. HEX triplet: 01, 80 and 14. RGB value is (1,128,20). Sum of RGB (Red+Green+Blue) = 1+128+20=149 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 149); Green value is 128 (50.39% from 255 or 85.91% from 149); Blue value is 20 (8.20% from 255 or 13.42% from 149); Max value from RGB is 128 - color contains mainly: green. Hex color #018014 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018014 is #FE7FEB. Grayscale: #4E4E4E. Windows color (decimal): -16678892 or 1343489. OLE color: 1343489.

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

Color convert

RGB 1 128 20 -
CMYK 0.99 0 0.84 0.50
HSL 128.98º 0.98% 0.25% -
HSV(B) 128.98º 0.99% 0.5% -
XYZ 7.86 15.5 3.24 -
YUV 77.72 95.42 73.28 -
System Red Green Blue C M Y K H S L
Decimal 1 128 20 0.99 0 0.84 0.50 128.98 0.98 0.25
Hex 1 80 14 63 0 54 32 81 62 19
Octal 1 200 24 143 0 124 62 201 142 31
Binary 1 10000000 10100 1100011 0 1010100 110010 10000001 1100010 11001

Color Harmonies of #018014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018014

Black with #018014

Text Example


Text Example

White with #018014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018014; }

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

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

background-color css

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

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

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

border-color css

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

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

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