Html Css Color HEX #18A047 Pigment Green

📋 copy color: '#18A047'

red 24 ◦ green 160 ◦ blue 71

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

Shades of Pigment Green #18A047

Tints of Pigment Green #18A047

RGB

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

 GREEN value IS 160 (62.89% from 255) = 62.75%

 BLUE value IS 71 (28.13% from 255) = 27.84%

R = 9.41%
G = 62.75%
B = 27.84%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.56

 K value IS 0.37

RGB Variations

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

Color information

#18A047 (or 0x18A047) is known color: Pigment Green. HEX triplet: 18, A0 and 47. RGB value is (24,160,71). Sum of RGB (Red+Green+Blue) = 24+160+71=255 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.41% from 255); Green value is 160 (62.89% from 255 or 62.75% from 255); Blue value is 71 (28.12% from 255 or 27.84% from 255); Max value from RGB is 160 - color contains mainly: green. Hex color #18A047 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18A047 is #E75FB8. Grayscale: #6D6D6D. Windows color (decimal): -15163321 or 4694040. OLE color: 4694040.

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

Color convert

RGB 24 160 71 -
CMYK 0.85 0 0.56 0.37
HSL 140.74º 0.74% 0.36% -
HSV(B) 140.74º 0.85% 0.63% -
XYZ 14.08 25.79 10.2 -
YUV 109.19 106.44 67.24 -
System Red Green Blue C M Y K H S L
Decimal 24 160 71 0.85 0 0.56 0.37 140.74 0.74 0.36
Hex 18 A0 47 55 0 38 25 8D 4A 24
Octal 30 240 107 125 0 70 45 215 112 44
Binary 11000 10100000 1000111 1010101 0 111000 100101 10001101 1001010 100100

Color Harmonies of #18A047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A047

Black with #18A047

Text Example


Text Example

White with #18A047

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,160,71); }

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

background-color css

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

 a { background-color: rgb(24,160,71); }

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

border-color css

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

 span { border-color: rgb(24,160,71); }

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