Html Css Color HEX #1AA660 Eucalyptus

📋 copy color: '#1AA660'

red 26 ◦ green 166 ◦ blue 96

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

Shades of Eucalyptus #1AA660

Tints of Eucalyptus #1AA660

RGB

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

 GREEN value IS 166 (65.23% from 255) = 57.64%

 BLUE value IS 96 (37.89% from 255) = 33.33%

R = 9.03%
G = 57.64%
B = 33.33%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#1AA660 (or 0x1AA660) is known color: Eucalyptus. HEX triplet: 1A, A6 and 60. RGB value is (26,166,96). Sum of RGB (Red+Green+Blue) = 26+166+96=288 (38% of max value = 765). Red value is 26 (10.55% from 255 or 9.03% from 288); Green value is 166 (65.23% from 255 or 57.64% from 288); Blue value is 96 (37.89% from 255 or 33.33% from 288); Max value from RGB is 166 - color contains mainly: green. Hex color #1AA660 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AA660 is #E5599F. Grayscale: #747474. Windows color (decimal): -15030688 or 6333978. OLE color: 6333978.

HSL color Cylindrical-coordinate representation of color #1AA660: hue angle of 150º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1AA660 is Cyan = 0.84, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB 26 166 96 -
CMYK 0.84 0 0.42 0.35
HSL 150º 0.73% 0.38% -
HSV(B) 150º 0.84% 0.65% -
XYZ 16.17 28.34 15.68 -
YUV 116.16 116.62 63.69 -
System Red Green Blue C M Y K H S L
Decimal 26 166 96 0.84 0 0.42 0.35 150 0.73 0.38
Hex 1A A6 60 54 0 2A 23 96 49 26
Octal 32 246 140 124 0 52 43 226 111 46
Binary 11010 10100110 1100000 1010100 0 101010 100011 10010110 1001001 100110

Color Harmonies of #1AA660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AA660

Black with #1AA660

Text Example


Text Example

White with #1AA660

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,166,96); }

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

background-color css

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

 a { background-color: rgb(26,166,96); }

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

border-color css

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

 span { border-color: rgb(26,166,96); }

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