Html Css Color HEX #18BA48 Dark Pastel Green

📋 copy color: '#18BA48'

red 24 ◦ green 186 ◦ blue 72

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

Shades of Dark Pastel Green #18BA48

Tints of Dark Pastel Green #18BA48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 25.53%

R = 8.51%
G = 65.96%
B = 25.53%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#18BA48 (or 0x18BA48) is known color: Dark Pastel Green. HEX triplet: 18, BA and 48. RGB value is (24,186,72). Sum of RGB (Red+Green+Blue) = 24+186+72=282 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.51% from 282); Green value is 186 (73.05% from 255 or 65.96% from 282); Blue value is 72 (28.52% from 255 or 25.53% from 282); Max value from RGB is 186 - color contains mainly: green. Hex color #18BA48 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18BA48 is #E745B7. Grayscale: #7C7C7C. Windows color (decimal): -15156664 or 4766232. OLE color: 4766232.

HSL color Cylindrical-coordinate representation of color #18BA48: hue angle of 137.78º 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 #18BA48 is Cyan = 0.87, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 24 186 72 -
CMYK 0.87 0 0.61 0.27
HSL 137.78º 0.77% 0.41% -
HSV(B) 137.78º 0.87% 0.73% -
XYZ 19.11 35.78 12.03 -
YUV 124.57 98.33 56.27 -
System Red Green Blue C M Y K H S L
Decimal 24 186 72 0.87 0 0.61 0.27 137.78 0.77 0.41
Hex 18 BA 48 57 0 3D 1B 8A 4D 29
Octal 30 272 110 127 0 75 33 212 115 51
Binary 11000 10111010 1001000 1010111 0 111101 11011 10001010 1001101 101001

Color Harmonies of #18BA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BA48

Black with #18BA48

Text Example


Text Example

White with #18BA48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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