Html Css Color HEX #18BC40 Dark Pastel Green

📋 copy color: '#18BC40'

red 24 ◦ green 188 ◦ blue 64

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

Shades of Dark Pastel Green #18BC40

Tints of Dark Pastel Green #18BC40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.19%

R = 8.7%
G = 68.12%
B = 23.19%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#18BC40 (or 0x18BC40) is known color: Dark Pastel Green. HEX triplet: 18, BC and 40. RGB value is (24,188,64). Sum of RGB (Red+Green+Blue) = 24+188+64=276 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.70% from 276); Green value is 188 (73.83% from 255 or 68.12% from 276); Blue value is 64 (25.39% from 255 or 23.19% from 276); Max value from RGB is 188 - color contains mainly: green. Hex color #18BC40 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18BC40 is #E743BF. Grayscale: #7D7D7D. Windows color (decimal): -15156160 or 4242456. OLE color: 4242456.

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

Color convert

RGB 24 188 64 -
CMYK 0.87 0 0.66 0.26
HSL 134.63º 0.77% 0.42% -
HSV(B) 134.63º 0.87% 0.74% -
XYZ 19.29 36.53 10.89 -
YUV 124.83 93.67 56.08 -
System Red Green Blue C M Y K H S L
Decimal 24 188 64 0.87 0 0.66 0.26 134.63 0.77 0.42
Hex 18 BC 40 57 0 42 1A 87 4D 2A
Octal 30 274 100 127 0 102 32 207 115 52
Binary 11000 10111100 1000000 1010111 0 1000010 11010 10000111 1001101 101010

Color Harmonies of #18BC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BC40

Black with #18BC40

Text Example


Text Example

White with #18BC40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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