Html Css Color HEX #18AA5A Pigment Green

📋 copy color: '#18AA5A'

red 24 ◦ green 170 ◦ blue 90

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

Shades of Pigment Green #18AA5A

Tints of Pigment Green #18AA5A

RGB

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

 GREEN value IS 170 (66.8% from 255) = 59.86%

 BLUE value IS 90 (35.55% from 255) = 31.69%

R = 8.45%
G = 59.86%
B = 31.69%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#18AA5A (or 0x18AA5A) is known color: Pigment Green. HEX triplet: 18, AA and 5A. RGB value is (24,170,90). Sum of RGB (Red+Green+Blue) = 24+170+90=284 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.45% from 284); Green value is 170 (66.80% from 255 or 59.86% from 284); Blue value is 90 (35.55% from 255 or 31.69% from 284); Max value from RGB is 170 - color contains mainly: green. Hex color #18AA5A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18AA5A is #E755A5. Grayscale: #757575. Windows color (decimal): -15160742 or 5941784. OLE color: 5941784.

HSL color Cylindrical-coordinate representation of color #18AA5A: hue angle of 147.12º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18AA5A is Cyan = 0.86, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB 24 170 90 -
CMYK 0.86 0 0.47 0.33
HSL 147.12º 0.75% 0.38% -
HSV(B) 147.12º 0.86% 0.67% -
XYZ 16.6 29.68 14.53 -
YUV 117.23 112.63 61.5 -
System Red Green Blue C M Y K H S L
Decimal 24 170 90 0.86 0 0.47 0.33 147.12 0.75 0.38
Hex 18 AA 5A 56 0 2F 21 93 4B 26
Octal 30 252 132 126 0 57 41 223 113 46
Binary 11000 10101010 1011010 1010110 0 101111 100001 10010011 1001011 100110

Color Harmonies of #18AA5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AA5A

Black with #18AA5A

Text Example


Text Example

White with #18AA5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,170,90); }

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

background-color css

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

 a { background-color: rgb(24,170,90); }

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

border-color css

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

 span { border-color: rgb(24,170,90); }

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