Html Css Color HEX #18B240 Dark Pastel Green

📋 copy color: '#18B240'

red 24 ◦ green 178 ◦ blue 64

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

Shades of Dark Pastel Green #18B240

Tints of Dark Pastel Green #18B240

RGB

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

 GREEN value IS 178 (69.92% from 255) = 66.92%

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

R = 9.02%
G = 66.92%
B = 24.06%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#18B240 (or 0x18B240) is known color: Dark Pastel Green. HEX triplet: 18, B2 and 40. RGB value is (24,178,64). Sum of RGB (Red+Green+Blue) = 24+178+64=266 (35% of max value = 765). Red value is 24 (9.77% from 255 or 9.02% from 266); Green value is 178 (69.92% from 255 or 66.92% from 266); Blue value is 64 (25.39% from 255 or 24.06% from 266); Max value from RGB is 178 - color contains mainly: green. Hex color #18B240 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18B240 is #E74DBF. Grayscale: #777777. Windows color (decimal): -15158720 or 4239896. OLE color: 4239896.

HSL color Cylindrical-coordinate representation of color #18B240: hue angle of 135.58º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18B240 is Cyan = 0.87, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB 24 178 64 -
CMYK 0.87 0 0.64 0.30
HSL 135.58º 0.76% 0.4% -
HSV(B) 135.58º 0.87% 0.7% -
XYZ 17.22 32.41 10.2 -
YUV 118.96 96.98 60.27 -
System Red Green Blue C M Y K H S L
Decimal 24 178 64 0.87 0 0.64 0.30 135.58 0.76 0.4
Hex 18 B2 40 57 0 40 1E 88 4C 28
Octal 30 262 100 127 0 100 36 210 114 50
Binary 11000 10110010 1000000 1010111 0 1000000 11110 10001000 1001100 101000

Color Harmonies of #18B240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18B240

Black with #18B240

Text Example


Text Example

White with #18B240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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