Html Css Color HEX #18C048 Dark Pastel Green

📋 copy color: '#18C048'

red 24 ◦ green 192 ◦ blue 72

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

Shades of Dark Pastel Green #18C048

Tints of Dark Pastel Green #18C048

RGB

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

 GREEN value IS 192 (75.39% from 255) = 66.67%

 BLUE value IS 72 (28.52% from 255) = 25%

R = 8.33%
G = 66.67%
B = 25%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#18C048 (or 0x18C048) is known color: Dark Pastel Green. HEX triplet: 18, C0 and 48. RGB value is (24,192,72). Sum of RGB (Red+Green+Blue) = 24+192+72=288 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.33% from 288); Green value is 192 (75.39% from 255 or 66.67% from 288); Blue value is 72 (28.52% from 255 or 25% from 288); Max value from RGB is 192 - color contains mainly: green. Hex color #18C048 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18C048 is #E73FB7. Grayscale: #808080. Windows color (decimal): -15155128 or 4767768. OLE color: 4767768.

HSL color Cylindrical-coordinate representation of color #18C048: hue angle of 137.14º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C048 is Cyan = 0.88, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 24 192 72 -
CMYK 0.88 0 0.63 0.25
HSL 137.14º 0.78% 0.42% -
HSV(B) 137.14º 0.88% 0.75% -
XYZ 20.4 38.36 12.46 -
YUV 128.09 96.34 53.76 -
System Red Green Blue C M Y K H S L
Decimal 24 192 72 0.88 0 0.63 0.25 137.14 0.78 0.42
Hex 18 C0 48 58 0 3F 19 89 4E 2A
Octal 30 300 110 130 0 77 31 211 116 52
Binary 11000 11000000 1001000 1011000 0 111111 11001 10001001 1001110 101010

Color Harmonies of #18C048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C048

Black with #18C048

Text Example


Text Example

White with #18C048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,192,72); }

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

background-color css

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

 a { background-color: rgb(24,192,72); }

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

border-color css

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

 span { border-color: rgb(24,192,72); }

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