Html Css Color HEX #1A700A Green

📋 copy color: '#1A700A'

red 26 ◦ green 112 ◦ blue 10

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

Shades of Green #1A700A

Tints of Green #1A700A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 75.68%

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

R = 17.57%
G = 75.68%
B = 6.76%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.91

 K value IS 0.56

RGB Variations

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

Color information

#1A700A (or 0x1A700A) is known color: Green. HEX triplet: 1A, 70 and 0A. RGB value is (26,112,10). Sum of RGB (Red+Green+Blue) = 26+112+10=148 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.57% from 148); Green value is 112 (44.14% from 255 or 75.68% from 148); Blue value is 10 (4.30% from 255 or 6.76% from 148); Max value from RGB is 112 - color contains mainly: green. Hex color #1A700A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A700A is #E58FF5. Grayscale: #4A4A4A. Windows color (decimal): -15044598 or 684058. OLE color: 684058.

HSL color Cylindrical-coordinate representation of color #1A700A: hue angle of 110.59º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1A700A is Cyan = 0.77, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.56.

Color convert

RGB 26 112 10 -
CMYK 0.77 0 0.91 0.56
HSL 110.59º 0.84% 0.24% -
HSV(B) 110.59º 0.91% 0.44% -
XYZ 6.27 11.83 2.24 -
YUV 74.66 91.51 93.29 -
System Red Green Blue C M Y K H S L
Decimal 26 112 10 0.77 0 0.91 0.56 110.59 0.84 0.24
Hex 1A 70 A 4D 0 5B 38 6F 54 18
Octal 32 160 12 115 0 133 70 157 124 30
Binary 11010 1110000 1010 1001101 0 1011011 111000 1101111 1010100 11000

Color Harmonies of #1A700A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A700A

Black with #1A700A

Text Example


Text Example

White with #1A700A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,112,10); }

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

background-color css

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

 a { background-color: rgb(26,112,10); }

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

border-color css

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

 span { border-color: rgb(26,112,10); }

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