Html Css Color HEX #18A446 Pigment Green

📋 copy color: '#18A446'

red 24 ◦ green 164 ◦ blue 70

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

Shades of Pigment Green #18A446

Tints of Pigment Green #18A446

RGB

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

 GREEN value IS 164 (64.45% from 255) = 63.57%

 BLUE value IS 70 (27.73% from 255) = 27.13%

R = 9.3%
G = 63.57%
B = 27.13%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#18A446 (or 0x18A446) is known color: Pigment Green. HEX triplet: 18, A4 and 46. RGB value is (24,164,70). Sum of RGB (Red+Green+Blue) = 24+164+70=258 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.30% from 258); Green value is 164 (64.45% from 255 or 63.57% from 258); Blue value is 70 (27.73% from 255 or 27.13% from 258); Max value from RGB is 164 - color contains mainly: green. Hex color #18A446 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18A446 is #E75BB9. Grayscale: #6F6F6F. Windows color (decimal): -15162298 or 4629528. OLE color: 4629528.

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

Color convert

RGB 24 164 70 -
CMYK 0.85 0 0.57 0.36
HSL 139.71º 0.74% 0.37% -
HSV(B) 139.71º 0.85% 0.64% -
XYZ 14.76 27.19 10.26 -
YUV 111.42 104.62 65.64 -
System Red Green Blue C M Y K H S L
Decimal 24 164 70 0.85 0 0.57 0.36 139.71 0.74 0.37
Hex 18 A4 46 55 0 39 24 8C 4A 25
Octal 30 244 106 125 0 71 44 214 112 45
Binary 11000 10100100 1000110 1010101 0 111001 100100 10001100 1001010 100101

Color Harmonies of #18A446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A446

Black with #18A446

Text Example


Text Example

White with #18A446

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,164,70); }

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

background-color css

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

 a { background-color: rgb(24,164,70); }

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

border-color css

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

 span { border-color: rgb(24,164,70); }

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