Html Css Color HEX #18BC42 Dark Pastel Green

📋 copy color: '#18BC42'

red 24 ◦ green 188 ◦ blue 66

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

Shades of Dark Pastel Green #18BC42

Tints of Dark Pastel Green #18BC42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23.74%

R = 8.63%
G = 67.63%
B = 23.74%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#18BC42 (or 0x18BC42) is known color: Dark Pastel Green. HEX triplet: 18, BC and 42. RGB value is (24,188,66). Sum of RGB (Red+Green+Blue) = 24+188+66=278 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.63% from 278); Green value is 188 (73.83% from 255 or 67.63% from 278); Blue value is 66 (26.17% from 255 or 23.74% from 278); Max value from RGB is 188 - color contains mainly: green. Hex color #18BC42 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18BC42 is #E743BD. Grayscale: #7D7D7D. Windows color (decimal): -15156158 or 4373528. OLE color: 4373528.

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

Color convert

RGB 24 188 66 -
CMYK 0.87 0 0.65 0.26
HSL 135.37º 0.77% 0.42% -
HSV(B) 135.37º 0.87% 0.74% -
XYZ 19.34 36.55 11.19 -
YUV 125.06 94.67 55.92 -
System Red Green Blue C M Y K H S L
Decimal 24 188 66 0.87 0 0.65 0.26 135.37 0.77 0.42
Hex 18 BC 42 57 0 41 1A 87 4D 2A
Octal 30 274 102 127 0 101 32 207 115 52
Binary 11000 10111100 1000010 1010111 0 1000001 11010 10000111 1001101 101010

Color Harmonies of #18BC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BC42

Black with #18BC42

Text Example


Text Example

White with #18BC42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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