Html Css Color HEX #018106 Green

📋 copy color: '#018106'

red 1 ◦ green 129 ◦ blue 6

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

Shades of Green #018106

Tints of Green #018106

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4.41%

R = 0.74%
G = 94.85%
B = 4.41%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#018106 (or 0x018106) is known color: Green. HEX triplet: 01, 81 and 06. RGB value is (1,129,6). Sum of RGB (Red+Green+Blue) = 1+129+6=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 129 (50.78% from 255 or 94.85% from 136); Blue value is 6 (2.73% from 255 or 4.41% from 136); Max value from RGB is 129 - color contains mainly: green. Hex color #018106 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018106 is #FE7EF9. Grayscale: #4D4D4D. Windows color (decimal): -16678650 or 426241. OLE color: 426241.

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

Color convert

RGB 1 129 6 -
CMYK 0.99 0 0.95 0.49
HSL 122.34º 0.98% 0.25% -
HSV(B) 122.34º 0.99% 0.51% -
XYZ 7.9 15.72 2.79 -
YUV 76.71 88.09 74 -
System Red Green Blue C M Y K H S L
Decimal 1 129 6 0.99 0 0.95 0.49 122.34 0.98 0.25
Hex 1 81 6 63 0 5F 31 7A 62 19
Octal 1 201 6 143 0 137 61 172 142 31
Binary 1 10000001 110 1100011 0 1011111 110001 1111010 1100010 11001

Color Harmonies of #018106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018106

Black with #018106

Text Example


Text Example

White with #018106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018106; }

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

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

background-color css

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

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

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

border-color css

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

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

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