Html Css Color HEX #18AA48 Pigment Green

📋 copy color: '#18AA48'

red 24 ◦ green 170 ◦ blue 72

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

Shades of Pigment Green #18AA48

Tints of Pigment Green #18AA48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 27.07%

R = 9.02%
G = 63.91%
B = 27.07%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#18AA48 (or 0x18AA48) is known color: Pigment Green. HEX triplet: 18, AA and 48. RGB value is (24,170,72). Sum of RGB (Red+Green+Blue) = 24+170+72=266 (35% of max value = 765). Red value is 24 (9.77% from 255 or 9.02% from 266); Green value is 170 (66.80% from 255 or 63.91% from 266); Blue value is 72 (28.52% from 255 or 27.07% from 266); Max value from RGB is 170 - color contains mainly: green. Hex color #18AA48 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18AA48 is #E755B7. Grayscale: #737373. Windows color (decimal): -15160760 or 4762136. OLE color: 4762136.

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

Color convert

RGB 24 170 72 -
CMYK 0.86 0 0.58 0.33
HSL 139.73º 0.75% 0.38% -
HSV(B) 139.73º 0.86% 0.67% -
XYZ 15.92 29.41 10.97 -
YUV 115.17 103.63 62.97 -
System Red Green Blue C M Y K H S L
Decimal 24 170 72 0.86 0 0.58 0.33 139.73 0.75 0.38
Hex 18 AA 48 56 0 3A 21 8C 4B 26
Octal 30 252 110 126 0 72 41 214 113 46
Binary 11000 10101010 1001000 1010110 0 111010 100001 10001100 1001011 100110

Color Harmonies of #18AA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AA48

Black with #18AA48

Text Example


Text Example

White with #18AA48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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