Html Css Color HEX #18AF4D Pigment Green

📋 copy color: '#18AF4D'

red 24 ◦ green 175 ◦ blue 77

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

Shades of Pigment Green #18AF4D

Tints of Pigment Green #18AF4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 27.9%

R = 8.7%
G = 63.41%
B = 27.9%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#18AF4D (or 0x18AF4D) is known color: Pigment Green. HEX triplet: 18, AF and 4D. RGB value is (24,175,77). Sum of RGB (Red+Green+Blue) = 24+175+77=276 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.70% from 276); Green value is 175 (68.75% from 255 or 63.41% from 276); Blue value is 77 (30.47% from 255 or 27.90% from 276); Max value from RGB is 175 - color contains mainly: green. Hex color #18AF4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18AF4D is #E750B2. Grayscale: #767676. Windows color (decimal): -15159475 or 5091096. OLE color: 5091096.

HSL color Cylindrical-coordinate representation of color #18AF4D: hue angle of 141.06º 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 #18AF4D is Cyan = 0.86, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB 24 175 77 -
CMYK 0.86 0 0.56 0.31
HSL 141.06º 0.76% 0.39% -
HSV(B) 141.06º 0.86% 0.69% -
XYZ 17.05 31.39 12.18 -
YUV 118.68 104.47 60.47 -
System Red Green Blue C M Y K H S L
Decimal 24 175 77 0.86 0 0.56 0.31 141.06 0.76 0.39
Hex 18 AF 4D 56 0 38 1F 8D 4C 27
Octal 30 257 115 126 0 70 37 215 114 47
Binary 11000 10101111 1001101 1010110 0 111000 11111 10001101 1001100 100111

Color Harmonies of #18AF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AF4D

Black with #18AF4D

Text Example


Text Example

White with #18AF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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