Html Css Color HEX #18BA55 Pigment Green

📋 copy color: '#18BA55'

red 24 ◦ green 186 ◦ blue 85

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

Shades of Pigment Green #18BA55

Tints of Pigment Green #18BA55

RGB

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

 GREEN value IS 186 (73.05% from 255) = 63.05%

 BLUE value IS 85 (33.59% from 255) = 28.81%

R = 8.14%
G = 63.05%
B = 28.81%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#18BA55 (or 0x18BA55) is known color: Pigment Green. HEX triplet: 18, BA and 55. RGB value is (24,186,85). Sum of RGB (Red+Green+Blue) = 24+186+85=295 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.14% from 295); Green value is 186 (73.05% from 255 or 63.05% from 295); Blue value is 85 (33.59% from 255 or 28.81% from 295); Max value from RGB is 186 - color contains mainly: green. Hex color #18BA55 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18BA55 is #E745AA. Grayscale: #7E7E7E. Windows color (decimal): -15156651 or 5618200. OLE color: 5618200.

HSL color Cylindrical-coordinate representation of color #18BA55: hue angle of 142.59º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18BA55 is Cyan = 0.87, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB 24 186 85 -
CMYK 0.87 0 0.54 0.27
HSL 142.59º 0.77% 0.41% -
HSV(B) 142.59º 0.87% 0.73% -
XYZ 19.58 35.97 14.51 -
YUV 126.05 104.83 55.21 -
System Red Green Blue C M Y K H S L
Decimal 24 186 85 0.87 0 0.54 0.27 142.59 0.77 0.41
Hex 18 BA 55 57 0 36 1B 8F 4D 29
Octal 30 272 125 127 0 66 33 217 115 51
Binary 11000 10111010 1010101 1010111 0 110110 11011 10001111 1001101 101001

Color Harmonies of #18BA55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BA55

Black with #18BA55

Text Example


Text Example

White with #18BA55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,186,85); }

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

background-color css

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

 a { background-color: rgb(24,186,85); }

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

border-color css

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

 span { border-color: rgb(24,186,85); }

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