Html Css Color HEX #18BD46 Dark Pastel Green

📋 copy color: '#18BD46'

red 24 ◦ green 189 ◦ blue 70

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

Shades of Dark Pastel Green #18BD46

Tints of Dark Pastel Green #18BD46

RGB

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

 GREEN value IS 189 (74.22% from 255) = 66.78%

 BLUE value IS 70 (27.73% from 255) = 24.73%

R = 8.48%
G = 66.78%
B = 24.73%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#18BD46 (or 0x18BD46) is known color: Dark Pastel Green. HEX triplet: 18, BD and 46. RGB value is (24,189,70). Sum of RGB (Red+Green+Blue) = 24+189+70=283 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.48% from 283); Green value is 189 (74.22% from 255 or 66.78% from 283); Blue value is 70 (27.73% from 255 or 24.73% from 283); Max value from RGB is 189 - color contains mainly: green. Hex color #18BD46 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18BD46 is #E742B9. Grayscale: #7E7E7E. Windows color (decimal): -15155898 or 4635928. OLE color: 4635928.

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

Color convert

RGB 24 189 70 -
CMYK 0.87 0 0.63 0.26
HSL 136.73º 0.77% 0.42% -
HSV(B) 136.73º 0.87% 0.74% -
XYZ 19.68 37.03 11.9 -
YUV 126.1 96.34 55.18 -
System Red Green Blue C M Y K H S L
Decimal 24 189 70 0.87 0 0.63 0.26 136.73 0.77 0.42
Hex 18 BD 46 57 0 3F 1A 89 4D 2A
Octal 30 275 106 127 0 77 32 211 115 52
Binary 11000 10111101 1000110 1010111 0 111111 11010 10001001 1001101 101010

Color Harmonies of #18BD46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BD46

Black with #18BD46

Text Example


Text Example

White with #18BD46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,189,70); }

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

background-color css

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

 a { background-color: rgb(24,189,70); }

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

border-color css

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

 span { border-color: rgb(24,189,70); }

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