Html Css Color HEX #1A760C Green

📋 copy color: '#1A760C'

red 26 ◦ green 118 ◦ blue 12

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

Shades of Green #1A760C

Tints of Green #1A760C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 75.64%

 BLUE value IS 12 (5.08% from 255) = 7.69%

R = 16.67%
G = 75.64%
B = 7.69%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#1A760C (or 0x1A760C) is known color: Green. HEX triplet: 1A, 76 and 0C. RGB value is (26,118,12). Sum of RGB (Red+Green+Blue) = 26+118+12=156 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.67% from 156); Green value is 118 (46.48% from 255 or 75.64% from 156); Blue value is 12 (5.08% from 255 or 7.69% from 156); Max value from RGB is 118 - color contains mainly: green. Hex color #1A760C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A760C is #E589F3. Grayscale: #4E4E4E. Windows color (decimal): -15043060 or 816666. OLE color: 816666.

HSL color Cylindrical-coordinate representation of color #1A760C: hue angle of 112.08º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A760C is Cyan = 0.78, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB 26 118 12 -
CMYK 0.78 0 0.90 0.54
HSL 112.08º 0.82% 0.25% -
HSV(B) 112.08º 0.9% 0.46% -
XYZ 6.97 13.2 2.53 -
YUV 78.41 90.52 90.62 -
System Red Green Blue C M Y K H S L
Decimal 26 118 12 0.78 0 0.90 0.54 112.08 0.82 0.25
Hex 1A 76 C 4E 0 5A 36 70 52 19
Octal 32 166 14 116 0 132 66 160 122 31
Binary 11010 1110110 1100 1001110 0 1011010 110110 1110000 1010010 11001

Color Harmonies of #1A760C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A760C

Black with #1A760C

Text Example


Text Example

White with #1A760C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,118,12); }

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

background-color css

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

 a { background-color: rgb(26,118,12); }

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

border-color css

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

 span { border-color: rgb(26,118,12); }

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