Html Css Color HEX #18A552 Pigment Green

📋 copy color: '#18A552'

red 24 ◦ green 165 ◦ blue 82

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

Shades of Pigment Green #18A552

Tints of Pigment Green #18A552

RGB

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

 GREEN value IS 165 (64.84% from 255) = 60.89%

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

R = 8.86%
G = 60.89%
B = 30.26%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#18A552 (or 0x18A552) is known color: Pigment Green. HEX triplet: 18, A5 and 52. RGB value is (24,165,82). Sum of RGB (Red+Green+Blue) = 24+165+82=271 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.86% from 271); Green value is 165 (64.84% from 255 or 60.89% from 271); Blue value is 82 (32.42% from 255 or 30.26% from 271); Max value from RGB is 165 - color contains mainly: green. Hex color #18A552 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A552 is #E75AAD. Grayscale: #717171. Windows color (decimal): -15162030 or 5416216. OLE color: 5416216.

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

Color convert

RGB 24 165 82 -
CMYK 0.85 0 0.50 0.35
HSL 144.68º 0.75% 0.37% -
HSV(B) 144.68º 0.85% 0.65% -
XYZ 15.35 27.71 12.52 -
YUV 113.38 110.29 64.25 -
System Red Green Blue C M Y K H S L
Decimal 24 165 82 0.85 0 0.50 0.35 144.68 0.75 0.37
Hex 18 A5 52 55 0 32 23 91 4B 25
Octal 30 245 122 125 0 62 43 221 113 45
Binary 11000 10100101 1010010 1010101 0 110010 100011 10010001 1001011 100101

Color Harmonies of #18A552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A552

Black with #18A552

Text Example


Text Example

White with #18A552

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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