Html Css Color HEX #18C140 Dark Pastel Green

📋 copy color: '#18C140'

red 24 ◦ green 193 ◦ blue 64

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

Shades of Dark Pastel Green #18C140

Tints of Dark Pastel Green #18C140

RGB

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

 GREEN value IS 193 (75.78% from 255) = 68.68%

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

R = 8.54%
G = 68.68%
B = 22.78%

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

#18C140 (or 0x18C140) is known color: Dark Pastel Green. HEX triplet: 18, C1 and 40. RGB value is (24,193,64). Sum of RGB (Red+Green+Blue) = 24+193+64=281 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.54% from 281); Green value is 193 (75.78% from 255 or 68.68% from 281); Blue value is 64 (25.39% from 255 or 22.78% from 281); Max value from RGB is 193 - color contains mainly: green. Hex color #18C140 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18C140 is #E73EBF. Grayscale: #808080. Windows color (decimal): -15154880 or 4243736. OLE color: 4243736.

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

Color convert

RGB 24 193 64 -
CMYK 0.88 0 0.67 0.24
HSL 134.2º 0.78% 0.43% -
HSV(B) 134.2º 0.88% 0.76% -
XYZ 20.37 38.7 11.25 -
YUV 127.76 92.01 53.99 -
System Red Green Blue C M Y K H S L
Decimal 24 193 64 0.88 0 0.67 0.24 134.2 0.78 0.43
Hex 18 C1 40 58 0 43 18 86 4E 2B
Octal 30 301 100 130 0 103 30 206 116 53
Binary 11000 11000001 1000000 1011000 0 1000011 11000 10000110 1001110 101011

Color Harmonies of #18C140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C140

Black with #18C140

Text Example


Text Example

White with #18C140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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