Html Css Color HEX #1AA46E Jade

📋 copy color: '#1AA46E'

red 26 ◦ green 164 ◦ blue 110

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

Shades of Jade #1AA46E

Tints of Jade #1AA46E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 54.67%

 BLUE value IS 110 (43.36% from 255) = 36.67%

R = 8.67%
G = 54.67%
B = 36.67%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#1AA46E (or 0x1AA46E) is known color: Jade. HEX triplet: 1A, A4 and 6E. RGB value is (26,164,110). Sum of RGB (Red+Green+Blue) = 26+164+110=300 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.67% from 300); Green value is 164 (64.45% from 255 or 54.67% from 300); Blue value is 110 (43.36% from 255 or 36.67% from 300); Max value from RGB is 164 - color contains mainly: green. Hex color #1AA46E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AA46E is #E55B91. Grayscale: #747474. Windows color (decimal): -15031186 or 7250970. OLE color: 7250970.

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

Color convert

RGB 26 164 110 -
CMYK 0.84 0 0.33 0.36
HSL 156.52º 0.73% 0.37% -
HSV(B) 156.52º 0.84% 0.64% -
XYZ 16.52 27.9 19.27 -
YUV 116.58 124.28 63.39 -
System Red Green Blue C M Y K H S L
Decimal 26 164 110 0.84 0 0.33 0.36 156.52 0.73 0.37
Hex 1A A4 6E 54 0 21 24 9D 49 25
Octal 32 244 156 124 0 41 44 235 111 45
Binary 11010 10100100 1101110 1010100 0 100001 100100 10011101 1001001 100101

Color Harmonies of #1AA46E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AA46E

Black with #1AA46E

Text Example


Text Example

White with #1AA46E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,164,110); }

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

background-color css

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

 a { background-color: rgb(26,164,110); }

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

border-color css

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

 span { border-color: rgb(26,164,110); }

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