Html Css Color HEX #18C241 Dark Pastel Green

📋 copy color: '#18C241'

red 24 ◦ green 194 ◦ blue 65

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

Shades of Dark Pastel Green #18C241

Tints of Dark Pastel Green #18C241

RGB

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

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

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

R = 8.48%
G = 68.55%
B = 22.97%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#18C241 (or 0x18C241) is known color: Dark Pastel Green. HEX triplet: 18, C2 and 41. RGB value is (24,194,65). Sum of RGB (Red+Green+Blue) = 24+194+65=283 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.48% from 283); Green value is 194 (76.17% from 255 or 68.55% from 283); Blue value is 65 (25.78% from 255 or 22.97% from 283); Max value from RGB is 194 - color contains mainly: green. Hex color #18C241 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18C241 is #E73DBE. Grayscale: #808080. Windows color (decimal): -15154623 or 4309528. OLE color: 4309528.

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

Color convert

RGB 24 194 65 -
CMYK 0.88 0 0.66 0.24
HSL 134.47º 0.78% 0.43% -
HSV(B) 134.47º 0.88% 0.76% -
XYZ 20.62 39.16 11.47 -
YUV 128.46 92.18 53.49 -
System Red Green Blue C M Y K H S L
Decimal 24 194 65 0.88 0 0.66 0.24 134.47 0.78 0.43
Hex 18 C2 41 58 0 42 18 86 4E 2B
Octal 30 302 101 130 0 102 30 206 116 53
Binary 11000 11000010 1000001 1011000 0 1000010 11000 10000110 1001110 101011

Color Harmonies of #18C241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C241

Black with #18C241

Text Example


Text Example

White with #18C241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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