Html Css Color HEX #18AB50 Pigment Green

📋 copy color: '#18AB50'

red 24 ◦ green 171 ◦ blue 80

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

Shades of Pigment Green #18AB50

Tints of Pigment Green #18AB50

RGB

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

 GREEN value IS 171 (67.19% from 255) = 62.18%

 BLUE value IS 80 (31.64% from 255) = 29.09%

R = 8.73%
G = 62.18%
B = 29.09%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#18AB50 (or 0x18AB50) is known color: Pigment Green. HEX triplet: 18, AB and 50. RGB value is (24,171,80). Sum of RGB (Red+Green+Blue) = 24+171+80=275 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.73% from 275); Green value is 171 (67.19% from 255 or 62.18% from 275); Blue value is 80 (31.64% from 255 or 29.09% from 275); Max value from RGB is 171 - color contains mainly: green. Hex color #18AB50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18AB50 is #E754AF. Grayscale: #747474. Windows color (decimal): -15160496 or 5286680. OLE color: 5286680.

HSL color Cylindrical-coordinate representation of color #18AB50: hue angle of 142.86º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18AB50 is Cyan = 0.86, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB 24 171 80 -
CMYK 0.86 0 0.53 0.33
HSL 142.86º 0.75% 0.38% -
HSV(B) 142.86º 0.86% 0.67% -
XYZ 16.39 29.9 12.5 -
YUV 116.67 107.3 61.9 -
System Red Green Blue C M Y K H S L
Decimal 24 171 80 0.86 0 0.53 0.33 142.86 0.75 0.38
Hex 18 AB 50 56 0 35 21 8F 4B 26
Octal 30 253 120 126 0 65 41 217 113 46
Binary 11000 10101011 1010000 1010110 0 110101 100001 10001111 1001011 100110

Color Harmonies of #18AB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AB50

Black with #18AB50

Text Example


Text Example

White with #18AB50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,171,80); }

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

background-color css

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

 a { background-color: rgb(24,171,80); }

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

border-color css

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

 span { border-color: rgb(24,171,80); }

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