Html Css Color HEX #18A03A Pigment Green

📋 copy color: '#18A03A'

red 24 ◦ green 160 ◦ blue 58

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

Shades of Pigment Green #18A03A

Tints of Pigment Green #18A03A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 23.97%

R = 9.92%
G = 66.12%
B = 23.97%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.64

 K value IS 0.37

RGB Variations

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

Color information

#18A03A (or 0x18A03A) is known color: Pigment Green. HEX triplet: 18, A0 and 3A. RGB value is (24,160,58). Sum of RGB (Red+Green+Blue) = 24+160+58=242 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.92% from 242); Green value is 160 (62.89% from 255 or 66.12% from 242); Blue value is 58 (23.05% from 255 or 23.97% from 242); Max value from RGB is 160 - color contains mainly: green. Hex color #18A03A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18A03A is #E75FC5. Grayscale: #6B6B6B. Windows color (decimal): -15163334 or 3842072. OLE color: 3842072.

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

Color convert

RGB 24 160 58 -
CMYK 0.85 0 0.64 0.37
HSL 135º 0.74% 0.36% -
HSV(B) 135º 0.85% 0.63% -
XYZ 13.71 25.64 8.23 -
YUV 107.71 99.94 68.29 -
System Red Green Blue C M Y K H S L
Decimal 24 160 58 0.85 0 0.64 0.37 135 0.74 0.36
Hex 18 A0 3A 55 0 40 25 87 4A 24
Octal 30 240 72 125 0 100 45 207 112 44
Binary 11000 10100000 111010 1010101 0 1000000 100101 10000111 1001010 100100

Color Harmonies of #18A03A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A03A

Black with #18A03A

Text Example


Text Example

White with #18A03A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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