#1AAE69

Color #1AAE69 Jade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jade #1AAE69

Tints of Jade #1AAE69

Color information

#1AAE69 (or 0x1AAE69) is unknown color: approx Jade. HEX triplet: 1A, AE and 69. RGB value is (26,174,105). Sum of RGB (Red+Green+Blue) = 26+174+105=305 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.52% from 305); Green value is 174 (68.36% from 255 or 57.05% from 305); Blue value is 105 (41.41% from 255 or 34.43% from 305); Max value from RGB is 174 - color contains mainly: green. Hex color #1AAE69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AAE69 is #E55196. Grayscale: #7A7A7A. Windows color (decimal): -15028631 or 6925850. OLE color: 6925850.

HSL color Cylindrical-coordinate representation of color #1AAE69: hue angle of 152.03º 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 #1AAE69 is Cyan = 0.85, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB26174105-
CMYK0.8500.400.32
HSL152.03º74%39.22%-
HSV(B)152.03º85.06%68.24%-
XYZ18.1131.5118.49-
YUV121.88118.4759.61-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.52%
GREEN value IS 174 (68.36% from 255) = 57.05%
BLUE value IS 105 (41.41% from 255) = 34.43%
R=8.52%
G=57.05%
B=34.43%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal261741050.8500.400.32152.037439.22
Hex1AAE695502820984a27
Octal322561511250504023011247
Binary1101010101110110100110101010101000100000100110001001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AAE69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1AAE69;
 }
 .AnyTagClassName
 {
   color: #1AAE69;
 }
</style>
background-color css

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

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

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

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

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

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