Html Css Color HEX #01860E Green

📋 copy color: '#01860E'

red 1 ◦ green 134 ◦ blue 14

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

Shades of Green #01860E

Tints of Green #01860E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 9.4%

R = 0.67%
G = 89.93%
B = 9.4%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#01860E (or 0x01860E) is known color: Green. HEX triplet: 01, 86 and 0E. RGB value is (1,134,14). Sum of RGB (Red+Green+Blue) = 1+134+14=149 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 149); Green value is 134 (52.73% from 255 or 89.93% from 149); Blue value is 14 (5.86% from 255 or 9.40% from 149); Max value from RGB is 134 - color contains mainly: green. Hex color #01860E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01860E is #FE79F1. Grayscale: #505050. Windows color (decimal): -16677362 or 951809. OLE color: 951809.

HSL color Cylindrical-coordinate representation of color #01860E: hue angle of 125.86º 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 #01860E is Cyan = 0.99, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 1 134 14 -
CMYK 0.99 0 0.90 0.47
HSL 125.86º 0.99% 0.26% -
HSV(B) 125.86º 0.99% 0.53% -
XYZ 8.62 17.09 3.26 -
YUV 80.55 90.44 71.26 -
System Red Green Blue C M Y K H S L
Decimal 1 134 14 0.99 0 0.90 0.47 125.86 0.99 0.26
Hex 1 86 E 63 0 5A 2F 7E 63 1A
Octal 1 206 16 143 0 132 57 176 143 32
Binary 1 10000110 1110 1100011 0 1011010 101111 1111110 1100011 11010

Color Harmonies of #01860E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01860E

Black with #01860E

Text Example


Text Example

White with #01860E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01860E; }

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

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

background-color css

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

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

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

border-color css

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

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

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