Html Css Color HEX #18B940 Dark Pastel Green

📋 copy color: '#18B940'

red 24 ◦ green 185 ◦ blue 64

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

Shades of Dark Pastel Green #18B940

Tints of Dark Pastel Green #18B940

RGB

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

 GREEN value IS 185 (72.66% from 255) = 67.77%

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

R = 8.79%
G = 67.77%
B = 23.44%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#18B940 (or 0x18B940) is known color: Dark Pastel Green. HEX triplet: 18, B9 and 40. RGB value is (24,185,64). Sum of RGB (Red+Green+Blue) = 24+185+64=273 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.79% from 273); Green value is 185 (72.66% from 255 or 67.77% from 273); Blue value is 64 (25.39% from 255 or 23.44% from 273); Max value from RGB is 185 - color contains mainly: green. Hex color #18B940 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18B940 is #E746BF. Grayscale: #7B7B7B. Windows color (decimal): -15156928 or 4241688. OLE color: 4241688.

HSL color Cylindrical-coordinate representation of color #18B940: hue angle of 134.91º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18B940 is Cyan = 0.87, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 24 185 64 -
CMYK 0.87 0 0.65 0.27
HSL 134.91º 0.77% 0.41% -
HSV(B) 134.91º 0.87% 0.73% -
XYZ 18.65 35.26 10.67 -
YUV 123.07 94.66 57.34 -
System Red Green Blue C M Y K H S L
Decimal 24 185 64 0.87 0 0.65 0.27 134.91 0.77 0.41
Hex 18 B9 40 57 0 41 1B 87 4D 29
Octal 30 271 100 127 0 101 33 207 115 51
Binary 11000 10111001 1000000 1010111 0 1000001 11011 10000111 1001101 101001

Color Harmonies of #18B940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18B940

Black with #18B940

Text Example


Text Example

White with #18B940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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