Html Css Color HEX #18C240 Dark Pastel Green

📋 copy color: '#18C240'

red 24 ◦ green 194 ◦ blue 64

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

Shades of Dark Pastel Green #18C240

Tints of Dark Pastel Green #18C240

RGB

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

 GREEN value IS 194 (76.17% from 255) = 68.79%

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

R = 8.51%
G = 68.79%
B = 22.7%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#18C240 (or 0x18C240) is known color: Dark Pastel Green. HEX triplet: 18, C2 and 40. RGB value is (24,194,64). Sum of RGB (Red+Green+Blue) = 24+194+64=282 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.51% from 282); Green value is 194 (76.17% from 255 or 68.79% from 282); Blue value is 64 (25.39% from 255 or 22.70% from 282); Max value from RGB is 194 - color contains mainly: green. Hex color #18C240 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18C240 is #E73DBF. Grayscale: #808080. Windows color (decimal): -15154624 or 4243992. OLE color: 4243992.

HSL color Cylindrical-coordinate representation of color #18C240: hue angle of 134.12º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C240 is Cyan = 0.88, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 24 194 64 -
CMYK 0.88 0 0.67 0.24
HSL 134.12º 0.78% 0.43% -
HSV(B) 134.12º 0.88% 0.76% -
XYZ 20.59 39.15 11.32 -
YUV 128.35 91.68 53.57 -
System Red Green Blue C M Y K H S L
Decimal 24 194 64 0.88 0 0.67 0.24 134.12 0.78 0.43
Hex 18 C2 40 58 0 43 18 86 4E 2B
Octal 30 302 100 130 0 103 30 206 116 53
Binary 11000 11000010 1000000 1011000 0 1000011 11000 10000110 1001110 101011

Color Harmonies of #18C240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C240

Black with #18C240

Text Example


Text Example

White with #18C240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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