Html Css Color HEX #1A6001 Myrtle

📋 copy color: '#1A6001'

red 26 ◦ green 96 ◦ blue 1

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

Shades of Myrtle #1A6001

Tints of Myrtle #1A6001

RGB

 RED value IS 26 (10.55% from 255) = 21.14%

 GREEN value IS 96 (37.89% from 255) = 78.05%

 BLUE value IS 1 (0.78% from 255) = 0.81%

R = 21.14%
G = 78.05%
B = 0.81%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#1A6001 (or 0x1A6001) is known color: Myrtle. HEX triplet: 1A, 60 and 01. RGB value is (26,96,1). Sum of RGB (Red+Green+Blue) = 26+96+1=123 (16% of max value = 765). Red value is 26 (10.55% from 255 or 21.14% from 123); Green value is 96 (37.89% from 255 or 78.05% from 123); Blue value is 1 (0.78% from 255 or 0.81% from 123); Max value from RGB is 96 - color contains mainly: green. Hex color #1A6001 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A6001 is #E59FFE. Grayscale: #404040. Windows color (decimal): -15048703 or 90138. OLE color: 90138.

HSL color Cylindrical-coordinate representation of color #1A6001: hue angle of 104.21º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1A6001 is Cyan = 0.73, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.62.

Color convert

RGB 26 96 1 -
CMYK 0.73 0 0.99 0.62
HSL 104.21º 0.98% 0.19% -
HSV(B) 104.21º 0.99% 0.38% -
XYZ 4.61 8.59 1.44 -
YUV 64.24 92.31 100.72 -
System Red Green Blue C M Y K H S L
Decimal 26 96 1 0.73 0 0.99 0.62 104.21 0.98 0.19
Hex 1A 60 1 49 0 63 3E 68 62 13
Octal 32 140 1 111 0 143 76 150 142 23
Binary 11010 1100000 1 1001001 0 1100011 111110 1101000 1100010 10011

Color Harmonies of #1A6001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A6001

Black with #1A6001

Text Example


Text Example

White with #1A6001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A6001; }

 p { color: rgb(26,96,1); }

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

background-color css

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

 a { background-color: rgb(26,96,1); }

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

border-color css

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

 span { border-color: rgb(26,96,1); }

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