Html Css Color HEX #18A290 Niagara

📋 copy color: '#18A290'

red 24 ◦ green 162 ◦ blue 144

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

Shades of Niagara #18A290

Tints of Niagara #18A290

RGB

 RED value IS 24 (9.77% from 255) = 7.27%

 GREEN value IS 162 (63.67% from 255) = 49.09%

 BLUE value IS 144 (56.64% from 255) = 43.64%

R = 7.27%
G = 49.09%
B = 43.64%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#18A290 (or 0x18A290) is known color: Niagara. HEX triplet: 18, A2 and 90. RGB value is (24,162,144). Sum of RGB (Red+Green+Blue) = 24+162+144=330 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.27% from 330); Green value is 162 (63.67% from 255 or 49.09% from 330); Blue value is 144 (56.64% from 255 or 43.64% from 330); Max value from RGB is 162 - color contains mainly: green. Hex color #18A290 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A290 is #E75D6F. Grayscale: #767676. Windows color (decimal): -15162736 or 9478680. OLE color: 9478680.

HSL color Cylindrical-coordinate representation of color #18A290: hue angle of 172.17º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A290 is Cyan = 0.85, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB 24 162 144 -
CMYK 0.85 0 0.11 0.36
HSL 172.17º 0.74% 0.36% -
HSV(B) 172.17º 0.85% 0.64% -
XYZ 18.33 28.05 30.83 -
YUV 118.69 142.28 60.46 -
System Red Green Blue C M Y K H S L
Decimal 24 162 144 0.85 0 0.11 0.36 172.17 0.74 0.36
Hex 18 A2 90 55 0 B 24 AC 4A 24
Octal 30 242 220 125 0 13 44 254 112 44
Binary 11000 10100010 10010000 1010101 0 1011 100100 10101100 1001010 100100

Color Harmonies of #18A290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A290

Black with #18A290

Text Example


Text Example

White with #18A290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18A290; }

 p { color: rgb(24,162,144); }

 H1.HeaderClassName
 {
   color: #18A290;
 }
 .AnyTagClassName
 {
   color: #18A290;
 }
</style>

background-color css

<style>
 a { background-color: #18A290; }

 a { background-color: rgb(24,162,144); }

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

border-color css

<style>
 span { border-color: #18A290; }

 span { border-color: rgb(24,162,144); }

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