Html Css Color HEX #18A148 Pigment Green

📋 copy color: '#18A148'

red 24 ◦ green 161 ◦ blue 72

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

Shades of Pigment Green #18A148

Tints of Pigment Green #18A148

RGB

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

 GREEN value IS 161 (63.28% from 255) = 62.65%

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

R = 9.34%
G = 62.65%
B = 28.02%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.55

 K value IS 0.37

RGB Variations

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

Color information

#18A148 (or 0x18A148) is known color: Pigment Green. HEX triplet: 18, A1 and 48. RGB value is (24,161,72). Sum of RGB (Red+Green+Blue) = 24+161+72=257 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.34% from 257); Green value is 161 (63.28% from 255 or 62.65% from 257); Blue value is 72 (28.52% from 255 or 28.02% from 257); Max value from RGB is 161 - color contains mainly: green. Hex color #18A148 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18A148 is #E75EB7. Grayscale: #6E6E6E. Windows color (decimal): -15163064 or 4759832. OLE color: 4759832.

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

Color convert

RGB 24 161 72 -
CMYK 0.85 0 0.55 0.37
HSL 141.02º 0.74% 0.36% -
HSV(B) 141.02º 0.85% 0.63% -
XYZ 14.29 26.15 10.43 -
YUV 109.89 106.61 66.74 -
System Red Green Blue C M Y K H S L
Decimal 24 161 72 0.85 0 0.55 0.37 141.02 0.74 0.36
Hex 18 A1 48 55 0 37 25 8D 4A 24
Octal 30 241 110 125 0 67 45 215 112 44
Binary 11000 10100001 1001000 1010101 0 110111 100101 10001101 1001010 100100

Color Harmonies of #18A148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A148

Black with #18A148

Text Example


Text Example

White with #18A148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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