Html Css Color HEX #18BD2C Dark Pastel Green

📋 copy color: '#18BD2C'

red 24 ◦ green 189 ◦ blue 44

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

Shades of Dark Pastel Green #18BD2C

Tints of Dark Pastel Green #18BD2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 17.12%

R = 9.34%
G = 73.54%
B = 17.12%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#18BD2C (or 0x18BD2C) is known color: Dark Pastel Green. HEX triplet: 18, BD and 2C. RGB value is (24,189,44). Sum of RGB (Red+Green+Blue) = 24+189+44=257 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.34% from 257); Green value is 189 (74.22% from 255 or 73.54% from 257); Blue value is 44 (17.58% from 255 or 17.12% from 257); Max value from RGB is 189 - color contains mainly: green. Hex color #18BD2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18BD2C is #E742D3. Grayscale: #7B7B7B. Windows color (decimal): -15155924 or 2931992. OLE color: 2931992.

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

Color convert

RGB 24 189 44 -
CMYK 0.87 0 0.77 0.26
HSL 127.27º 0.77% 0.42% -
HSV(B) 127.27º 0.87% 0.74% -
XYZ 19.03 36.77 8.48 -
YUV 123.14 83.34 57.29 -
System Red Green Blue C M Y K H S L
Decimal 24 189 44 0.87 0 0.77 0.26 127.27 0.77 0.42
Hex 18 BD 2C 57 0 4D 1A 7F 4D 2A
Octal 30 275 54 127 0 115 32 177 115 52
Binary 11000 10111101 101100 1010111 0 1001101 11010 1111111 1001101 101010

Color Harmonies of #18BD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BD2C

Black with #18BD2C

Text Example


Text Example

White with #18BD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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