Html Css Color HEX #1AA080 Jungle Green

📋 copy color: '#1AA080'

red 26 ◦ green 160 ◦ blue 128

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

Shades of Jungle Green #1AA080

Tints of Jungle Green #1AA080

RGB

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

 GREEN value IS 160 (62.89% from 255) = 50.96%

 BLUE value IS 128 (50.39% from 255) = 40.76%

R = 8.28%
G = 50.96%
B = 40.76%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.20

 K value IS 0.37

RGB Variations

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

Color information

#1AA080 (or 0x1AA080) is known color: Jungle Green. HEX triplet: 1A, A0 and 80. RGB value is (26,160,128). Sum of RGB (Red+Green+Blue) = 26+160+128=314 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.28% from 314); Green value is 160 (62.89% from 255 or 50.96% from 314); Blue value is 128 (50.39% from 255 or 40.76% from 314); Max value from RGB is 160 - color contains mainly: green. Hex color #1AA080 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AA080 is #E55F7F. Grayscale: #747474. Windows color (decimal): -15032192 or 8429594. OLE color: 8429594.

HSL color Cylindrical-coordinate representation of color #1AA080: hue angle of 165.67º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1AA080 is Cyan = 0.84, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.37.

Color convert

RGB 26 160 128 -
CMYK 0.84 0 0.20 0.37
HSL 165.67º 0.72% 0.36% -
HSV(B) 165.67º 0.84% 0.63% -
XYZ 16.89 26.92 24.73 -
YUV 116.29 134.61 63.6 -
System Red Green Blue C M Y K H S L
Decimal 26 160 128 0.84 0 0.20 0.37 165.67 0.72 0.36
Hex 1A A0 80 54 0 14 25 A6 48 24
Octal 32 240 200 124 0 24 45 246 110 44
Binary 11010 10100000 10000000 1010100 0 10100 100101 10100110 1001000 100100

Color Harmonies of #1AA080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AA080

Black with #1AA080

Text Example


Text Example

White with #1AA080

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,160,128); }

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

background-color css

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

 a { background-color: rgb(26,160,128); }

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

border-color css

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

 span { border-color: rgb(26,160,128); }

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