Html Css Color HEX #18A052 Pigment Green

📋 copy color: '#18A052'

red 24 ◦ green 160 ◦ blue 82

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

Shades of Pigment Green #18A052

Tints of Pigment Green #18A052

RGB

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

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

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

R = 9.02%
G = 60.15%
B = 30.83%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.49

 K value IS 0.37

RGB Variations

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

Color information

#18A052 (or 0x18A052) is known color: Pigment Green. HEX triplet: 18, A0 and 52. RGB value is (24,160,82). Sum of RGB (Red+Green+Blue) = 24+160+82=266 (35% of max value = 765). Red value is 24 (9.77% from 255 or 9.02% from 266); Green value is 160 (62.89% from 255 or 60.15% from 266); Blue value is 82 (32.42% from 255 or 30.83% from 266); Max value from RGB is 160 - color contains mainly: green. Hex color #18A052 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A052 is #E75FAD. Grayscale: #6E6E6E. Windows color (decimal): -15163310 or 5414936. OLE color: 5414936.

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

Color convert

RGB 24 160 82 -
CMYK 0.85 0 0.49 0.37
HSL 145.59º 0.74% 0.36% -
HSV(B) 145.59º 0.85% 0.63% -
XYZ 14.47 25.95 12.23 -
YUV 110.44 111.94 66.34 -
System Red Green Blue C M Y K H S L
Decimal 24 160 82 0.85 0 0.49 0.37 145.59 0.74 0.36
Hex 18 A0 52 55 0 31 25 92 4A 24
Octal 30 240 122 125 0 61 45 222 112 44
Binary 11000 10100000 1010010 1010101 0 110001 100101 10010010 1001010 100100

Color Harmonies of #18A052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A052

Black with #18A052

Text Example


Text Example

White with #18A052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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