Html Css Color HEX #018100 Green

📋 copy color: '#018100'

red 1 ◦ green 129 ◦ blue 0

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

Shades of Green #018100

Tints of Green #018100

RGB

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

 GREEN value IS 129 (50.78% from 255) = 99.23%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 0.77%
G = 99.23%
B = 0%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#018100 (or 0x018100) is known color: Green. HEX triplet: 01, 81 and 00. RGB value is (1,129,0). Sum of RGB (Red+Green+Blue) = 1+129+0=130 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.77% from 130); Green value is 129 (50.78% from 255 or 99.23% from 130); Blue value is 0 (0.39% from 255 or 0% from 130); Max value from RGB is 129 - color contains mainly: green. Hex color #018100 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018100 is #FE7EFF. Grayscale: #4C4C4C. Windows color (decimal): -16678656 or 33025. OLE color: 33025.

HSL color Cylindrical-coordinate representation of color #018100: hue angle of 119.53º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #018100 is Cyan = 0.99, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB 1 129 0 -
CMYK 0.99 0 1 0.49
HSL 119.53º 1% 0.25% -
HSV(B) 119.53º 1% 0.51% -
XYZ 7.86 15.71 2.62 -
YUV 76.02 85.09 74.49 -
System Red Green Blue C M Y K H S L
Decimal 1 129 0 0.99 0 1 0.49 119.53 1 0.25
Hex 1 81 0 63 0 64 31 78 64 19
Octal 1 201 0 143 0 144 61 170 144 31
Binary 1 10000001 0 1100011 0 1100100 110001 1111000 1100100 11001

Color Harmonies of #018100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018100

Black with #018100

Text Example


Text Example

White with #018100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018100; }

 p { color: rgb(1,129,0); }

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

background-color css

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

 a { background-color: rgb(1,129,0); }

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

border-color css

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

 span { border-color: rgb(1,129,0); }

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