Html Css Color HEX #1A6701 Green

📋 copy color: '#1A6701'

red 26 ◦ green 103 ◦ blue 1

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

Shades of Green #1A6701

Tints of Green #1A6701

RGB

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

 GREEN value IS 103 (40.63% from 255) = 79.23%

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

R = 20%
G = 79.23%
B = 0.77%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.99

 K value IS 0.60

RGB Variations

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

Color information

#1A6701 (or 0x1A6701) is known color: Green. HEX triplet: 1A, 67 and 01. RGB value is (26,103,1). Sum of RGB (Red+Green+Blue) = 26+103+1=130 (17% of max value = 765). Red value is 26 (10.55% from 255 or 20% from 130); Green value is 103 (40.62% from 255 or 79.23% from 130); Blue value is 1 (0.78% from 255 or 0.77% from 130); Max value from RGB is 103 - color contains mainly: green. Hex color #1A6701 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A6701 is #E598FE. Grayscale: #444444. Windows color (decimal): -15046911 or 91930. OLE color: 91930.

HSL color Cylindrical-coordinate representation of color #1A6701: hue angle of 105.29º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1A6701 is Cyan = 0.75, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.60.

Color convert

RGB 26 103 1 -
CMYK 0.75 0 0.99 0.60
HSL 105.29º 0.98% 0.2% -
HSV(B) 105.29º 0.99% 0.4% -
XYZ 5.28 9.92 1.67 -
YUV 68.35 89.99 97.79 -
System Red Green Blue C M Y K H S L
Decimal 26 103 1 0.75 0 0.99 0.60 105.29 0.98 0.2
Hex 1A 67 1 4B 0 63 3C 69 62 14
Octal 32 147 1 113 0 143 74 151 142 24
Binary 11010 1100111 1 1001011 0 1100011 111100 1101001 1100010 10100

Color Harmonies of #1A6701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A6701

Black with #1A6701

Text Example


Text Example

White with #1A6701

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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