Html Css Color HEX #016C18 Green

📋 copy color: '#016C18'

red 1 ◦ green 108 ◦ blue 24

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

Shades of Green #016C18

Tints of Green #016C18

RGB

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

 GREEN value IS 108 (42.58% from 255) = 81.2%

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

R = 0.75%
G = 81.2%
B = 18.05%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.78

 K value IS 0.58

RGB Variations

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

Color information

#016C18 (or 0x016C18) is known color: Green. HEX triplet: 01, 6C and 18. RGB value is (1,108,24). Sum of RGB (Red+Green+Blue) = 1+108+24=133 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 133); Green value is 108 (42.58% from 255 or 81.20% from 133); Blue value is 24 (9.77% from 255 or 18.05% from 133); Max value from RGB is 108 - color contains mainly: green. Hex color #016C18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016C18 is #FE93E7. Grayscale: #424242. Windows color (decimal): -16684008 or 1600513. OLE color: 1600513.

HSL color Cylindrical-coordinate representation of color #016C18: hue angle of 132.9º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016C18 is Cyan = 0.99, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.58.

Color convert

RGB 1 108 24 -
CMYK 0.99 0 0.78 0.58
HSL 132.9º 0.98% 0.21% -
HSV(B) 132.9º 0.99% 0.42% -
XYZ 5.54 10.8 2.66 -
YUV 66.43 104.05 81.33 -
System Red Green Blue C M Y K H S L
Decimal 1 108 24 0.99 0 0.78 0.58 132.9 0.98 0.21
Hex 1 6C 18 63 0 4E 3A 85 62 15
Octal 1 154 30 143 0 116 72 205 142 25
Binary 1 1101100 11000 1100011 0 1001110 111010 10000101 1100010 10101

Color Harmonies of #016C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016C18

Black with #016C18

Text Example


Text Example

White with #016C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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