Html Css Color HEX #18AA4C Pigment Green

📋 copy color: '#18AA4C'

red 24 ◦ green 170 ◦ blue 76

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

Shades of Pigment Green #18AA4C

Tints of Pigment Green #18AA4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 28.15%

R = 8.89%
G = 62.96%
B = 28.15%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#18AA4C (or 0x18AA4C) is known color: Pigment Green. HEX triplet: 18, AA and 4C. RGB value is (24,170,76). Sum of RGB (Red+Green+Blue) = 24+170+76=270 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.89% from 270); Green value is 170 (66.80% from 255 or 62.96% from 270); Blue value is 76 (30.08% from 255 or 28.15% from 270); Max value from RGB is 170 - color contains mainly: green. Hex color #18AA4C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18AA4C is #E755B3. Grayscale: #737373. Windows color (decimal): -15160756 or 5024280. OLE color: 5024280.

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

Color convert

RGB 24 170 76 -
CMYK 0.86 0 0.55 0.33
HSL 141.37º 0.75% 0.38% -
HSV(B) 141.37º 0.86% 0.67% -
XYZ 16.06 29.47 11.68 -
YUV 115.63 105.63 62.64 -
System Red Green Blue C M Y K H S L
Decimal 24 170 76 0.86 0 0.55 0.33 141.37 0.75 0.38
Hex 18 AA 4C 56 0 37 21 8D 4B 26
Octal 30 252 114 126 0 67 41 215 113 46
Binary 11000 10101010 1001100 1010110 0 110111 100001 10001101 1001011 100110

Color Harmonies of #18AA4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AA4C

Black with #18AA4C

Text Example


Text Example

White with #18AA4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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