Html Css Color HEX #018406 Green

📋 copy color: '#018406'

red 1 ◦ green 132 ◦ blue 6

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

Shades of Green #018406

Tints of Green #018406

RGB

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

 GREEN value IS 132 (51.95% from 255) = 94.96%

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

R = 0.72%
G = 94.96%
B = 4.32%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#018406 (or 0x018406) is known color: Green. HEX triplet: 01, 84 and 06. RGB value is (1,132,6). Sum of RGB (Red+Green+Blue) = 1+132+6=139 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 139); Green value is 132 (51.95% from 255 or 94.96% from 139); Blue value is 6 (2.73% from 255 or 4.32% from 139); Max value from RGB is 132 - color contains mainly: green. Hex color #018406 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018406 is #FE7BF9. Grayscale: #4E4E4E. Windows color (decimal): -16677882 or 427009. OLE color: 427009.

HSL color Cylindrical-coordinate representation of color #018406: hue angle of 122.29º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018406 is Cyan = 0.99, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB 1 132 6 -
CMYK 0.99 0 0.95 0.48
HSL 122.29º 0.98% 0.26% -
HSV(B) 122.29º 0.99% 0.52% -
XYZ 8.3 16.52 2.92 -
YUV 78.47 87.1 72.75 -
System Red Green Blue C M Y K H S L
Decimal 1 132 6 0.99 0 0.95 0.48 122.29 0.98 0.26
Hex 1 84 6 63 0 5F 30 7A 62 1A
Octal 1 204 6 143 0 137 60 172 142 32
Binary 1 10000100 110 1100011 0 1011111 110000 1111010 1100010 11010

Color Harmonies of #018406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018406

Black with #018406

Text Example


Text Example

White with #018406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018406; }

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

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

background-color css

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

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

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

border-color css

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

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

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