Html Css Color HEX #18BC50 Dark Pastel Green

📋 copy color: '#18BC50'

red 24 ◦ green 188 ◦ blue 80

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

Shades of Dark Pastel Green #18BC50

Tints of Dark Pastel Green #18BC50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 27.4%

R = 8.22%
G = 64.38%
B = 27.4%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#18BC50 (or 0x18BC50) is known color: Dark Pastel Green. HEX triplet: 18, BC and 50. RGB value is (24,188,80). Sum of RGB (Red+Green+Blue) = 24+188+80=292 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.22% from 292); Green value is 188 (73.83% from 255 or 64.38% from 292); Blue value is 80 (31.64% from 255 or 27.40% from 292); Max value from RGB is 188 - color contains mainly: green. Hex color #18BC50 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18BC50 is #E743AF. Grayscale: #7E7E7E. Windows color (decimal): -15156144 or 5291032. OLE color: 5291032.

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

Color convert

RGB 24 188 80 -
CMYK 0.87 0 0.57 0.26
HSL 140.49º 0.77% 0.42% -
HSV(B) 140.49º 0.87% 0.74% -
XYZ 19.81 36.74 13.64 -
YUV 126.65 101.67 54.78 -
System Red Green Blue C M Y K H S L
Decimal 24 188 80 0.87 0 0.57 0.26 140.49 0.77 0.42
Hex 18 BC 50 57 0 39 1A 8C 4D 2A
Octal 30 274 120 127 0 71 32 214 115 52
Binary 11000 10111100 1010000 1010111 0 111001 11010 10001100 1001101 101010

Color Harmonies of #18BC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BC50

Black with #18BC50

Text Example


Text Example

White with #18BC50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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