#24AC95

Color #24AC95 Niagara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Niagara #24AC95

Tints of Niagara #24AC95

Color information

#24AC95 (or 0x24AC95) is unknown color: approx Niagara. HEX triplet: 24, AC and 95. RGB value is (36,172,149). Sum of RGB (Red+Green+Blue) = 36+172+149=357 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.08% from 357); Green value is 172 (67.58% from 255 or 48.18% from 357); Blue value is 149 (58.59% from 255 or 41.74% from 357); Max value from RGB is 172 - color contains mainly: green. Hex color #24AC95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24AC95 is #DB536A. Grayscale: #808080. Windows color (decimal): -14373739 or 9808932. OLE color: 9808932.

HSL color Cylindrical-coordinate representation of color #24AC95: hue angle of 169.85º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #24AC95 is Cyan = 0.79, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB36172149-
CMYK0.7900.130.33
HSL169.85º65.38%40.78%-
HSV(B)169.85º79.07%67.45%-
XYZ20.932.0533.52-
YUV128.71139.4461.87-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.08%
GREEN value IS 172 (67.58% from 255) = 48.18%
BLUE value IS 149 (58.59% from 255) = 41.74%
R=10.08%
G=48.18%
B=41.74%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal361721490.7900.130.33169.8565.3840.78
Hex24AC954F0D21aa4129
Octal442542251170154125210151
Binary1001001010110010010101100111101101100001101010101000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24AC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24AC95; }

 p { color: rgb(36,172,149); }

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

<style>
 a { background-color: #24AC95; }

 a { background-color: rgb(36,172,149); }

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

<style>
 span { border-color: #24AC95; }

 span { border-color: rgb(36,172,149); }

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