Html Css Color HEX #018118 Green

📋 copy color: '#018118'

red 1 ◦ green 129 ◦ blue 24

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

Shades of Green #018118

Tints of Green #018118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 15.58%

R = 0.65%
G = 83.77%
B = 15.58%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#018118 (or 0x018118) is known color: Green. HEX triplet: 01, 81 and 18. RGB value is (1,129,24). Sum of RGB (Red+Green+Blue) = 1+129+24=154 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 154); Green value is 129 (50.78% from 255 or 83.77% from 154); Blue value is 24 (9.77% from 255 or 15.58% from 154); Max value from RGB is 129 - color contains mainly: green. Hex color #018118 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018118 is #FE7EE7. Grayscale: #4F4F4F. Windows color (decimal): -16678632 or 1605889. OLE color: 1605889.

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

Color convert

RGB 1 129 24 -
CMYK 0.99 0 0.81 0.49
HSL 130.78º 0.98% 0.25% -
HSV(B) 130.78º 0.99% 0.51% -
XYZ 8.03 15.77 3.49 -
YUV 78.76 97.09 72.54 -
System Red Green Blue C M Y K H S L
Decimal 1 129 24 0.99 0 0.81 0.49 130.78 0.98 0.25
Hex 1 81 18 63 0 51 31 83 62 19
Octal 1 201 30 143 0 121 61 203 142 31
Binary 1 10000001 11000 1100011 0 1010001 110001 10000011 1100010 11001

Color Harmonies of #018118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018118

Black with #018118

Text Example


Text Example

White with #018118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018118; }

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

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

background-color css

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

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

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

border-color css

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

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

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