Html Css Color HEX #1AA56C Jade

📋 copy color: '#1AA56C'

red 26 ◦ green 165 ◦ blue 108

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

Shades of Jade #1AA56C

Tints of Jade #1AA56C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 36.12%

R = 8.7%
G = 55.18%
B = 36.12%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#1AA56C (or 0x1AA56C) is known color: Jade. HEX triplet: 1A, A5 and 6C. RGB value is (26,165,108). Sum of RGB (Red+Green+Blue) = 26+165+108=299 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.70% from 299); Green value is 165 (64.84% from 255 or 55.18% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 165 - color contains mainly: green. Hex color #1AA56C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AA56C is #E55A93. Grayscale: #757575. Windows color (decimal): -15030932 or 7120154. OLE color: 7120154.

HSL color Cylindrical-coordinate representation of color #1AA56C: hue angle of 155.4º 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 #1AA56C is Cyan = 0.84, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB 26 165 108 -
CMYK 0.84 0 0.35 0.35
HSL 155.4º 0.73% 0.37% -
HSV(B) 155.4º 0.84% 0.65% -
XYZ 16.59 28.21 18.76 -
YUV 116.94 122.95 63.13 -
System Red Green Blue C M Y K H S L
Decimal 26 165 108 0.84 0 0.35 0.35 155.4 0.73 0.37
Hex 1A A5 6C 54 0 23 23 9B 49 25
Octal 32 245 154 124 0 43 43 233 111 45
Binary 11010 10100101 1101100 1010100 0 100011 100011 10011011 1001001 100101

Color Harmonies of #1AA56C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AA56C

Black with #1AA56C

Text Example


Text Example

White with #1AA56C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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