Html Css Color HEX #018506 Green

📋 copy color: '#018506'

red 1 ◦ green 133 ◦ blue 6

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

Shades of Green #018506

Tints of Green #018506

RGB

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

 GREEN value IS 133 (52.34% from 255) = 95%

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

R = 0.71%
G = 95%
B = 4.29%

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

#018506 (or 0x018506) is known color: Green. HEX triplet: 01, 85 and 06. RGB value is (1,133,6). Sum of RGB (Red+Green+Blue) = 1+133+6=140 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 140); Green value is 133 (52.34% from 255 or 95% from 140); Blue value is 6 (2.73% from 255 or 4.29% from 140); Max value from RGB is 133 - color contains mainly: green. Hex color #018506 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018506 is #FE7AF9. Grayscale: #4F4F4F. Windows color (decimal): -16677626 or 427265. OLE color: 427265.

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

Color convert

RGB 1 133 6 -
CMYK 0.99 0 0.95 0.48
HSL 122.27º 0.99% 0.26% -
HSV(B) 122.27º 0.99% 0.52% -
XYZ 8.43 16.79 2.97 -
YUV 79.05 86.77 72.33 -
System Red Green Blue C M Y K H S L
Decimal 1 133 6 0.99 0 0.95 0.48 122.27 0.99 0.26
Hex 1 85 6 63 0 5F 30 7A 63 1A
Octal 1 205 6 143 0 137 60 172 143 32
Binary 1 10000101 110 1100011 0 1011111 110000 1111010 1100011 11010

Color Harmonies of #018506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018506

Black with #018506

Text Example


Text Example

White with #018506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018506; }

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

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

background-color css

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

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

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

border-color css

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

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

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