Html Css Color HEX #18A242 Pigment Green

📋 copy color: '#18A242'

red 24 ◦ green 162 ◦ blue 66

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

Shades of Pigment Green #18A242

Tints of Pigment Green #18A242

RGB

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

 GREEN value IS 162 (63.67% from 255) = 64.29%

 BLUE value IS 66 (26.17% from 255) = 26.19%

R = 9.52%
G = 64.29%
B = 26.19%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#18A242 (or 0x18A242) is known color: Pigment Green. HEX triplet: 18, A2 and 42. RGB value is (24,162,66). Sum of RGB (Red+Green+Blue) = 24+162+66=252 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.52% from 252); Green value is 162 (63.67% from 255 or 64.29% from 252); Blue value is 66 (26.17% from 255 or 26.19% from 252); Max value from RGB is 162 - color contains mainly: green. Hex color #18A242 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18A242 is #E75DBD. Grayscale: #6E6E6E. Windows color (decimal): -15162814 or 4366872. OLE color: 4366872.

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

Color convert

RGB 24 162 66 -
CMYK 0.85 0 0.59 0.36
HSL 138.26º 0.74% 0.36% -
HSV(B) 138.26º 0.85% 0.64% -
XYZ 14.28 26.43 9.5 -
YUV 109.79 103.28 66.81 -
System Red Green Blue C M Y K H S L
Decimal 24 162 66 0.85 0 0.59 0.36 138.26 0.74 0.36
Hex 18 A2 42 55 0 3B 24 8A 4A 24
Octal 30 242 102 125 0 73 44 212 112 44
Binary 11000 10100010 1000010 1010101 0 111011 100100 10001010 1001010 100100

Color Harmonies of #18A242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A242

Black with #18A242

Text Example


Text Example

White with #18A242

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,162,66); }

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

background-color css

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

 a { background-color: rgb(24,162,66); }

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

border-color css

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

 span { border-color: rgb(24,162,66); }

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