Html Css Color HEX #18BC46 Dark Pastel Green

📋 copy color: '#18BC46'

red 24 ◦ green 188 ◦ blue 70

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

Shades of Dark Pastel Green #18BC46

Tints of Dark Pastel Green #18BC46

RGB

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

 GREEN value IS 188 (73.83% from 255) = 66.67%

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

R = 8.51%
G = 66.67%
B = 24.82%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#18BC46 (or 0x18BC46) is known color: Dark Pastel Green. HEX triplet: 18, BC and 46. RGB value is (24,188,70). Sum of RGB (Red+Green+Blue) = 24+188+70=282 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.51% from 282); Green value is 188 (73.83% from 255 or 66.67% from 282); Blue value is 70 (27.73% from 255 or 24.82% from 282); Max value from RGB is 188 - color contains mainly: green. Hex color #18BC46 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18BC46 is #E743B9. Grayscale: #7D7D7D. Windows color (decimal): -15156154 or 4635672. OLE color: 4635672.

HSL color Cylindrical-coordinate representation of color #18BC46: hue angle of 136.83º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18BC46 is Cyan = 0.87, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB 24 188 70 -
CMYK 0.87 0 0.63 0.26
HSL 136.83º 0.77% 0.42% -
HSV(B) 136.83º 0.87% 0.74% -
XYZ 19.47 36.6 11.83 -
YUV 125.51 96.67 55.59 -
System Red Green Blue C M Y K H S L
Decimal 24 188 70 0.87 0 0.63 0.26 136.83 0.77 0.42
Hex 18 BC 46 57 0 3F 1A 89 4D 2A
Octal 30 274 106 127 0 77 32 211 115 52
Binary 11000 10111100 1000110 1010111 0 111111 11010 10001001 1001101 101010

Color Harmonies of #18BC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BC46

Black with #18BC46

Text Example


Text Example

White with #18BC46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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