Html Css Color HEX #1AA56E Jade

📋 copy color: '#1AA56E'

red 26 ◦ green 165 ◦ blue 110

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

Shades of Jade #1AA56E

Tints of Jade #1AA56E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 54.82%

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

R = 8.64%
G = 54.82%
B = 36.54%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#1AA56E (or 0x1AA56E) is known color: Jade. HEX triplet: 1A, A5 and 6E. RGB value is (26,165,110). Sum of RGB (Red+Green+Blue) = 26+165+110=301 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.64% from 301); Green value is 165 (64.84% from 255 or 54.82% from 301); Blue value is 110 (43.36% from 255 or 36.54% from 301); Max value from RGB is 165 - color contains mainly: green. Hex color #1AA56E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AA56E is #E55A91. Grayscale: #757575. Windows color (decimal): -15030930 or 7251226. OLE color: 7251226.

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

Color convert

RGB 26 165 110 -
CMYK 0.84 0 0.33 0.35
HSL 156.26º 0.73% 0.37% -
HSV(B) 156.26º 0.84% 0.65% -
XYZ 16.7 28.26 19.33 -
YUV 117.17 123.95 62.97 -
System Red Green Blue C M Y K H S L
Decimal 26 165 110 0.84 0 0.33 0.35 156.26 0.73 0.37
Hex 1A A5 6E 54 0 21 23 9C 49 25
Octal 32 245 156 124 0 41 43 234 111 45
Binary 11010 10100101 1101110 1010100 0 100001 100011 10011100 1001001 100101

Color Harmonies of #1AA56E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AA56E

Black with #1AA56E

Text Example


Text Example

White with #1AA56E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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