Html Css Color HEX #18C041 Dark Pastel Green

📋 copy color: '#18C041'

red 24 ◦ green 192 ◦ blue 65

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

Shades of Dark Pastel Green #18C041

Tints of Dark Pastel Green #18C041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 23.13%

R = 8.54%
G = 68.33%
B = 23.13%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#18C041 (or 0x18C041) is known color: Dark Pastel Green. HEX triplet: 18, C0 and 41. RGB value is (24,192,65). Sum of RGB (Red+Green+Blue) = 24+192+65=281 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.54% from 281); Green value is 192 (75.39% from 255 or 68.33% from 281); Blue value is 65 (25.78% from 255 or 23.13% from 281); Max value from RGB is 192 - color contains mainly: green. Hex color #18C041 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18C041 is #E73FBE. Grayscale: #7F7F7F. Windows color (decimal): -15155135 or 4309016. OLE color: 4309016.

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

Color convert

RGB 24 192 65 -
CMYK 0.88 0 0.66 0.25
HSL 134.64º 0.78% 0.42% -
HSV(B) 134.64º 0.88% 0.75% -
XYZ 20.18 38.28 11.33 -
YUV 127.29 92.84 54.33 -
System Red Green Blue C M Y K H S L
Decimal 24 192 65 0.88 0 0.66 0.25 134.64 0.78 0.42
Hex 18 C0 41 58 0 42 19 87 4E 2A
Octal 30 300 101 130 0 102 31 207 116 52
Binary 11000 11000000 1000001 1011000 0 1000010 11001 10000111 1001110 101010

Color Harmonies of #18C041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C041

Black with #18C041

Text Example


Text Example

White with #18C041

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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