Html Css Color HEX #1AAE6B Jade

📋 copy color: '#1AAE6B'

red 26 ◦ green 174 ◦ blue 107

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

Shades of Jade #1AAE6B

Tints of Jade #1AAE6B

RGB

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

 GREEN value IS 174 (68.36% from 255) = 56.68%

 BLUE value IS 107 (42.19% from 255) = 34.85%

R = 8.47%
G = 56.68%
B = 34.85%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#1AAE6B (or 0x1AAE6B) is known color: Jade. HEX triplet: 1A, AE and 6B. RGB value is (26,174,107). Sum of RGB (Red+Green+Blue) = 26+174+107=307 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.47% from 307); Green value is 174 (68.36% from 255 or 56.68% from 307); Blue value is 107 (42.19% from 255 or 34.85% from 307); Max value from RGB is 174 - color contains mainly: green. Hex color #1AAE6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AAE6B is #E55194. Grayscale: #7A7A7A. Windows color (decimal): -15028629 or 7056922. OLE color: 7056922.

HSL color Cylindrical-coordinate representation of color #1AAE6B: hue angle of 152.84º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AAE6B is Cyan = 0.85, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB 26 174 107 -
CMYK 0.85 0 0.39 0.32
HSL 152.84º 0.74% 0.39% -
HSV(B) 152.84º 0.85% 0.68% -
XYZ 18.22 31.55 19.04 -
YUV 122.11 119.47 59.45 -
System Red Green Blue C M Y K H S L
Decimal 26 174 107 0.85 0 0.39 0.32 152.84 0.74 0.39
Hex 1A AE 6B 55 0 27 20 99 4A 27
Octal 32 256 153 125 0 47 40 231 112 47
Binary 11010 10101110 1101011 1010101 0 100111 100000 10011001 1001010 100111

Color Harmonies of #1AAE6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AAE6B

Black with #1AAE6B

Text Example


Text Example

White with #1AAE6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,174,107); }

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

background-color css

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

 a { background-color: rgb(26,174,107); }

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

border-color css

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

 span { border-color: rgb(26,174,107); }

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