Html Css Color HEX #18BA46 Dark Pastel Green

📋 copy color: '#18BA46'

red 24 ◦ green 186 ◦ blue 70

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

Shades of Dark Pastel Green #18BA46

Tints of Dark Pastel Green #18BA46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 25%

R = 8.57%
G = 66.43%
B = 25%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#18BA46 (or 0x18BA46) is known color: Dark Pastel Green. HEX triplet: 18, BA and 46. RGB value is (24,186,70). Sum of RGB (Red+Green+Blue) = 24+186+70=280 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.57% from 280); Green value is 186 (73.05% from 255 or 66.43% from 280); Blue value is 70 (27.73% from 255 or 25% from 280); Max value from RGB is 186 - color contains mainly: green. Hex color #18BA46 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18BA46 is #E745B9. Grayscale: #7C7C7C. Windows color (decimal): -15156666 or 4635160. OLE color: 4635160.

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

Color convert

RGB 24 186 70 -
CMYK 0.87 0 0.62 0.27
HSL 137.04º 0.77% 0.41% -
HSV(B) 137.04º 0.87% 0.73% -
XYZ 19.04 35.75 11.69 -
YUV 124.34 97.33 56.43 -
System Red Green Blue C M Y K H S L
Decimal 24 186 70 0.87 0 0.62 0.27 137.04 0.77 0.41
Hex 18 BA 46 57 0 3E 1B 89 4D 29
Octal 30 272 106 127 0 76 33 211 115 51
Binary 11000 10111010 1000110 1010111 0 111110 11011 10001001 1001101 101001

Color Harmonies of #18BA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BA46

Black with #18BA46

Text Example


Text Example

White with #18BA46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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