Html Css Color HEX #18AF4A Pigment Green

📋 copy color: '#18AF4A'

red 24 ◦ green 175 ◦ blue 74

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

Shades of Pigment Green #18AF4A

Tints of Pigment Green #18AF4A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 64.1%

 BLUE value IS 74 (29.3% from 255) = 27.11%

R = 8.79%
G = 64.1%
B = 27.11%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#18AF4A (or 0x18AF4A) is known color: Pigment Green. HEX triplet: 18, AF and 4A. RGB value is (24,175,74). Sum of RGB (Red+Green+Blue) = 24+175+74=273 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.79% from 273); Green value is 175 (68.75% from 255 or 64.10% from 273); Blue value is 74 (29.30% from 255 or 27.11% from 273); Max value from RGB is 175 - color contains mainly: green. Hex color #18AF4A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18AF4A is #E750B5. Grayscale: #767676. Windows color (decimal): -15159478 or 4894488. OLE color: 4894488.

HSL color Cylindrical-coordinate representation of color #18AF4A: hue angle of 139.87º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18AF4A is Cyan = 0.86, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 24 175 74 -
CMYK 0.86 0 0.58 0.31
HSL 139.87º 0.76% 0.39% -
HSV(B) 139.87º 0.86% 0.69% -
XYZ 16.94 31.35 11.64 -
YUV 118.34 102.97 60.71 -
System Red Green Blue C M Y K H S L
Decimal 24 175 74 0.86 0 0.58 0.31 139.87 0.76 0.39
Hex 18 AF 4A 56 0 3A 1F 8C 4C 27
Octal 30 257 112 126 0 72 37 214 114 47
Binary 11000 10101111 1001010 1010110 0 111010 11111 10001100 1001100 100111

Color Harmonies of #18AF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AF4A

Black with #18AF4A

Text Example


Text Example

White with #18AF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,175,74); }

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

background-color css

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

 a { background-color: rgb(24,175,74); }

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

border-color css

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

 span { border-color: rgb(24,175,74); }

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