Html Css Color HEX #018616 Green

📋 copy color: '#018616'

red 1 ◦ green 134 ◦ blue 22

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

Shades of Green #018616

Tints of Green #018616

RGB

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

 GREEN value IS 134 (52.73% from 255) = 85.35%

 BLUE value IS 22 (8.98% from 255) = 14.01%

R = 0.64%
G = 85.35%
B = 14.01%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#018616 (or 0x018616) is known color: Green. HEX triplet: 01, 86 and 16. RGB value is (1,134,22). Sum of RGB (Red+Green+Blue) = 1+134+22=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 134 (52.73% from 255 or 85.35% from 157); Blue value is 22 (8.98% from 255 or 14.01% from 157); Max value from RGB is 134 - color contains mainly: green. Hex color #018616 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018616 is #FE79E9. Grayscale: #515151. Windows color (decimal): -16677354 or 1476097. OLE color: 1476097.

HSL color Cylindrical-coordinate representation of color #018616: hue angle of 129.47º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018616 is Cyan = 0.99, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB 1 134 22 -
CMYK 0.99 0 0.84 0.47
HSL 129.47º 0.99% 0.26% -
HSV(B) 129.47º 0.99% 0.53% -
XYZ 8.68 17.11 3.6 -
YUV 81.47 94.44 70.61 -
System Red Green Blue C M Y K H S L
Decimal 1 134 22 0.99 0 0.84 0.47 129.47 0.99 0.26
Hex 1 86 16 63 0 54 2F 81 63 1A
Octal 1 206 26 143 0 124 57 201 143 32
Binary 1 10000110 10110 1100011 0 1010100 101111 10000001 1100011 11010

Color Harmonies of #018616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018616

Black with #018616

Text Example


Text Example

White with #018616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018616; }

 p { color: rgb(1,134,22); }

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

background-color css

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

 a { background-color: rgb(1,134,22); }

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

border-color css

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

 span { border-color: rgb(1,134,22); }

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