#1AB069

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

Shades of Jade #1AB069

Tints of Jade #1AB069

Color information

#1AB069 (or 0x1AB069) is unknown color: approx Jade. HEX triplet: 1A, B0 and 69. RGB value is (26,176,105). Sum of RGB (Red+Green+Blue) = 26+176+105=307 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.47% from 307); Green value is 176 (69.14% from 255 or 57.33% from 307); Blue value is 105 (41.41% from 255 or 34.20% from 307); Max value from RGB is 176 - color contains mainly: green. Hex color #1AB069 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AB069 is #E54F96. Grayscale: #7B7B7B. Windows color (decimal): -15028119 or 6926362. OLE color: 6926362.

HSL color Cylindrical-coordinate representation of color #1AB069: hue angle of 151.6º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AB069 is Cyan = 0.85, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB26176105-
CMYK0.8500.400.31
HSL151.6º74.26%39.61%-
HSV(B)151.6º85.23%69.02%-
XYZ18.532.2918.62-
YUV123.06117.858.77-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.47%
GREEN value IS 176 (69.14% from 255) = 57.33%
BLUE value IS 105 (41.41% from 255) = 34.20%
R=8.47%
G=57.33%
B=34.20%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal261761050.8500.400.31151.674.2639.61
Hex1AB069550281F984a28
Octal322601511250503723011250
Binary110101011000011010011010101010100011111100110001001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AB069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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