Html Css Color HEX #1A740A Green

📋 copy color: '#1A740A'

red 26 ◦ green 116 ◦ blue 10

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

Shades of Green #1A740A

Tints of Green #1A740A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 76.32%

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

R = 17.11%
G = 76.32%
B = 6.58%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#1A740A (or 0x1A740A) is known color: Green. HEX triplet: 1A, 74 and 0A. RGB value is (26,116,10). Sum of RGB (Red+Green+Blue) = 26+116+10=152 (20% of max value = 765). Red value is 26 (10.55% from 255 or 17.11% from 152); Green value is 116 (45.70% from 255 or 76.32% from 152); Blue value is 10 (4.30% from 255 or 6.58% from 152); Max value from RGB is 116 - color contains mainly: green. Hex color #1A740A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A740A is #E58BF5. Grayscale: #4D4D4D. Windows color (decimal): -15043574 or 685082. OLE color: 685082.

HSL color Cylindrical-coordinate representation of color #1A740A: hue angle of 110.94º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1A740A is Cyan = 0.78, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB 26 116 10 -
CMYK 0.78 0 0.91 0.55
HSL 110.94º 0.84% 0.25% -
HSV(B) 110.94º 0.91% 0.45% -
XYZ 6.73 12.73 2.39 -
YUV 77.01 90.18 91.62 -
System Red Green Blue C M Y K H S L
Decimal 26 116 10 0.78 0 0.91 0.55 110.94 0.84 0.25
Hex 1A 74 A 4E 0 5B 37 6F 54 19
Octal 32 164 12 116 0 133 67 157 124 31
Binary 11010 1110100 1010 1001110 0 1011011 110111 1101111 1010100 11001

Color Harmonies of #1A740A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A740A

Black with #1A740A

Text Example


Text Example

White with #1A740A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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