Html Css Color HEX #18C340 Dark Pastel Green

📋 copy color: '#18C340'

red 24 ◦ green 195 ◦ blue 64

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

Shades of Dark Pastel Green #18C340

Tints of Dark Pastel Green #18C340

RGB

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

 GREEN value IS 195 (76.56% from 255) = 68.9%

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

R = 8.48%
G = 68.9%
B = 22.61%

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

#18C340 (or 0x18C340) is known color: Dark Pastel Green. HEX triplet: 18, C3 and 40. RGB value is (24,195,64). Sum of RGB (Red+Green+Blue) = 24+195+64=283 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.48% from 283); Green value is 195 (76.56% from 255 or 68.90% from 283); Blue value is 64 (25.39% from 255 or 22.61% from 283); Max value from RGB is 195 - color contains mainly: green. Hex color #18C340 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18C340 is #E73CBF. Grayscale: #818181. Windows color (decimal): -15154368 or 4244248. OLE color: 4244248.

HSL color Cylindrical-coordinate representation of color #18C340: hue angle of 134.04º 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 #18C340 is Cyan = 0.88, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 24 195 64 -
CMYK 0.88 0 0.67 0.24
HSL 134.04º 0.78% 0.43% -
HSV(B) 134.04º 0.88% 0.76% -
XYZ 20.82 39.59 11.4 -
YUV 128.94 91.35 53.15 -
System Red Green Blue C M Y K H S L
Decimal 24 195 64 0.88 0 0.67 0.24 134.04 0.78 0.43
Hex 18 C3 40 58 0 43 18 86 4E 2B
Octal 30 303 100 130 0 103 30 206 116 53
Binary 11000 11000011 1000000 1011000 0 1000011 11000 10000110 1001110 101011

Color Harmonies of #18C340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C340

Black with #18C340

Text Example


Text Example

White with #18C340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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