Html Css Color HEX #18A350 Pigment Green

📋 copy color: '#18A350'

red 24 ◦ green 163 ◦ blue 80

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

Shades of Pigment Green #18A350

Tints of Pigment Green #18A350

RGB

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

 GREEN value IS 163 (64.06% from 255) = 61.05%

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

R = 8.99%
G = 61.05%
B = 29.96%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#18A350 (or 0x18A350) is known color: Pigment Green. HEX triplet: 18, A3 and 50. RGB value is (24,163,80). Sum of RGB (Red+Green+Blue) = 24+163+80=267 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.99% from 267); Green value is 163 (64.06% from 255 or 61.05% from 267); Blue value is 80 (31.64% from 255 or 29.96% from 267); Max value from RGB is 163 - color contains mainly: green. Hex color #18A350 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A350 is #E75CAF. Grayscale: #707070. Windows color (decimal): -15162544 or 5284632. OLE color: 5284632.

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

Color convert

RGB 24 163 80 -
CMYK 0.85 0 0.51 0.36
HSL 144.17º 0.74% 0.37% -
HSV(B) 144.17º 0.85% 0.64% -
XYZ 14.92 26.97 12.01 -
YUV 111.98 109.95 65.25 -
System Red Green Blue C M Y K H S L
Decimal 24 163 80 0.85 0 0.51 0.36 144.17 0.74 0.37
Hex 18 A3 50 55 0 33 24 90 4A 25
Octal 30 243 120 125 0 63 44 220 112 45
Binary 11000 10100011 1010000 1010101 0 110011 100100 10010000 1001010 100101

Color Harmonies of #18A350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A350

Black with #18A350

Text Example


Text Example

White with #18A350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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