Html Css Color HEX #18A352 Pigment Green

📋 copy color: '#18A352'

red 24 ◦ green 163 ◦ blue 82

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

Shades of Pigment Green #18A352

Tints of Pigment Green #18A352

RGB

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

 GREEN value IS 163 (64.06% from 255) = 60.59%

 BLUE value IS 82 (32.42% from 255) = 30.48%

R = 8.92%
G = 60.59%
B = 30.48%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.50

 K value IS 0.36

RGB Variations

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

Color information

#18A352 (or 0x18A352) is known color: Pigment Green. HEX triplet: 18, A3 and 52. RGB value is (24,163,82). Sum of RGB (Red+Green+Blue) = 24+163+82=269 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.92% from 269); Green value is 163 (64.06% from 255 or 60.59% from 269); Blue value is 82 (32.42% from 255 or 30.48% from 269); Max value from RGB is 163 - color contains mainly: green. Hex color #18A352 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A352 is #E75CAD. Grayscale: #707070. Windows color (decimal): -15162542 or 5415704. OLE color: 5415704.

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

Color convert

RGB 24 163 82 -
CMYK 0.85 0 0.50 0.36
HSL 145.04º 0.74% 0.37% -
HSV(B) 145.04º 0.85% 0.64% -
XYZ 15 27 12.4 -
YUV 112.21 110.95 65.09 -
System Red Green Blue C M Y K H S L
Decimal 24 163 82 0.85 0 0.50 0.36 145.04 0.74 0.37
Hex 18 A3 52 55 0 32 24 91 4A 25
Octal 30 243 122 125 0 62 44 221 112 45
Binary 11000 10100011 1010010 1010101 0 110010 100100 10010001 1001010 100101

Color Harmonies of #18A352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A352

Black with #18A352

Text Example


Text Example

White with #18A352

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,163,82); }

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

background-color css

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

 a { background-color: rgb(24,163,82); }

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

border-color css

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

 span { border-color: rgb(24,163,82); }

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