Html Css Color HEX #18AA55 Pigment Green

📋 copy color: '#18AA55'

red 24 ◦ green 170 ◦ blue 85

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

Shades of Pigment Green #18AA55

Tints of Pigment Green #18AA55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 30.47%

R = 8.6%
G = 60.93%
B = 30.47%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#18AA55 (or 0x18AA55) is known color: Pigment Green. HEX triplet: 18, AA and 55. RGB value is (24,170,85). Sum of RGB (Red+Green+Blue) = 24+170+85=279 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.60% from 279); Green value is 170 (66.80% from 255 or 60.93% from 279); Blue value is 85 (33.59% from 255 or 30.47% from 279); Max value from RGB is 170 - color contains mainly: green. Hex color #18AA55 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18AA55 is #E755AA. Grayscale: #747474. Windows color (decimal): -15160747 or 5614104. OLE color: 5614104.

HSL color Cylindrical-coordinate representation of color #18AA55: hue angle of 145.07º 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 #18AA55 is Cyan = 0.86, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.33.

Color convert

RGB 24 170 85 -
CMYK 0.86 0 0.50 0.33
HSL 145.07º 0.75% 0.38% -
HSV(B) 145.07º 0.86% 0.67% -
XYZ 16.39 29.6 13.44 -
YUV 116.66 110.13 61.91 -
System Red Green Blue C M Y K H S L
Decimal 24 170 85 0.86 0 0.50 0.33 145.07 0.75 0.38
Hex 18 AA 55 56 0 32 21 91 4B 26
Octal 30 252 125 126 0 62 41 221 113 46
Binary 11000 10101010 1010101 1010110 0 110010 100001 10010001 1001011 100110

Color Harmonies of #18AA55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AA55

Black with #18AA55

Text Example


Text Example

White with #18AA55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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