Html Css Color HEX #018112 Green

📋 copy color: '#018112'

red 1 ◦ green 129 ◦ blue 18

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

Shades of Green #018112

Tints of Green #018112

RGB

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

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

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

R = 0.68%
G = 87.16%
B = 12.16%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#018112 (or 0x018112) is known color: Green. HEX triplet: 01, 81 and 12. RGB value is (1,129,18). Sum of RGB (Red+Green+Blue) = 1+129+18=148 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 148); Green value is 129 (50.78% from 255 or 87.16% from 148); Blue value is 18 (7.42% from 255 or 12.16% from 148); Max value from RGB is 129 - color contains mainly: green. Hex color #018112 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018112 is #FE7EED. Grayscale: #4E4E4E. Windows color (decimal): -16678638 or 1212673. OLE color: 1212673.

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

Color convert

RGB 1 129 18 -
CMYK 0.99 0 0.86 0.49
HSL 127.97º 0.98% 0.25% -
HSV(B) 127.97º 0.99% 0.51% -
XYZ 7.97 15.75 3.19 -
YUV 78.07 94.09 73.03 -
System Red Green Blue C M Y K H S L
Decimal 1 129 18 0.99 0 0.86 0.49 127.97 0.98 0.25
Hex 1 81 12 63 0 56 31 80 62 19
Octal 1 201 22 143 0 126 61 200 142 31
Binary 1 10000001 10010 1100011 0 1010110 110001 10000000 1100010 11001

Color Harmonies of #018112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018112

Black with #018112

Text Example


Text Example

White with #018112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018112; }

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

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

background-color css

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

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

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

border-color css

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

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

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