Html Css Color HEX #18A55B Pigment Green

📋 copy color: '#18A55B'

red 24 ◦ green 165 ◦ blue 91

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

Shades of Pigment Green #18A55B

Tints of Pigment Green #18A55B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 58.93%

 BLUE value IS 91 (35.94% from 255) = 32.5%

R = 8.57%
G = 58.93%
B = 32.5%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#18A55B (or 0x18A55B) is known color: Pigment Green. HEX triplet: 18, A5 and 5B. RGB value is (24,165,91). Sum of RGB (Red+Green+Blue) = 24+165+91=280 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.57% from 280); Green value is 165 (64.84% from 255 or 58.93% from 280); Blue value is 91 (35.94% from 255 or 32.5% from 280); Max value from RGB is 165 - color contains mainly: green. Hex color #18A55B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A55B is #E75AA4. Grayscale: #727272. Windows color (decimal): -15162021 or 6006040. OLE color: 6006040.

HSL color Cylindrical-coordinate representation of color #18A55B: hue angle of 148.51º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A55B is Cyan = 0.85, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB 24 165 91 -
CMYK 0.85 0 0.45 0.35
HSL 148.51º 0.75% 0.37% -
HSV(B) 148.51º 0.85% 0.65% -
XYZ 15.72 27.86 14.45 -
YUV 114.41 114.79 63.52 -
System Red Green Blue C M Y K H S L
Decimal 24 165 91 0.85 0 0.45 0.35 148.51 0.75 0.37
Hex 18 A5 5B 55 0 2D 23 95 4B 25
Octal 30 245 133 125 0 55 43 225 113 45
Binary 11000 10100101 1011011 1010101 0 101101 100011 10010101 1001011 100101

Color Harmonies of #18A55B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A55B

Black with #18A55B

Text Example


Text Example

White with #18A55B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,165,91); }

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

background-color css

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

 a { background-color: rgb(24,165,91); }

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

border-color css

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

 span { border-color: rgb(24,165,91); }

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