Html Css Color HEX #014E0A Myrtle

📋 copy color: '#014E0A'

red 1 ◦ green 78 ◦ blue 10

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

Shades of Myrtle #014E0A

Tints of Myrtle #014E0A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 87.64%

 BLUE value IS 10 (4.3% from 255) = 11.24%

R = 1.12%
G = 87.64%
B = 11.24%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.87

 K value IS 0.69

RGB Variations

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

Color information

#014E0A (or 0x014E0A) is known color: Myrtle. HEX triplet: 01, 4E and 0A. RGB value is (1,78,10). Sum of RGB (Red+Green+Blue) = 1+78+10=89 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.12% from 89); Green value is 78 (30.86% from 255 or 87.64% from 89); Blue value is 10 (4.30% from 255 or 11.24% from 89); Max value from RGB is 78 - color contains mainly: green. Hex color #014E0A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #014E0A is #FEB1F5. Grayscale: #2F2F2F. Windows color (decimal): -16691702 or 675329. OLE color: 675329.

HSL color Cylindrical-coordinate representation of color #014E0A: hue angle of 127.01º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014E0A is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.69.

Color convert

RGB 1 78 10 -
CMYK 0.99 0 0.87 0.69
HSL 127.01º 0.97% 0.15% -
HSV(B) 127.01º 0.99% 0.31% -
XYZ 2.79 5.48 1.2 -
YUV 47.23 106.99 95.03 -
System Red Green Blue C M Y K H S L
Decimal 1 78 10 0.99 0 0.87 0.69 127.01 0.97 0.15
Hex 1 4E A 63 0 57 45 7F 61 F
Octal 1 116 12 143 0 127 105 177 141 17
Binary 1 1001110 1010 1100011 0 1010111 1000101 1111111 1100001 1111

Color Harmonies of #014E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014E0A

Black with #014E0A

Text Example


Text Example

White with #014E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014E0A; }

 p { color: rgb(1,78,10); }

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

background-color css

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

 a { background-color: rgb(1,78,10); }

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

border-color css

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

 span { border-color: rgb(1,78,10); }

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