Html Css Color HEX #18C349 Dark Pastel Green

📋 copy color: '#18C349'

red 24 ◦ green 195 ◦ blue 73

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

Shades of Dark Pastel Green #18C349

Tints of Dark Pastel Green #18C349

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 25%

R = 8.22%
G = 66.78%
B = 25%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#18C349 (or 0x18C349) is known color: Dark Pastel Green. HEX triplet: 18, C3 and 49. RGB value is (24,195,73). Sum of RGB (Red+Green+Blue) = 24+195+73=292 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.22% from 292); Green value is 195 (76.56% from 255 or 66.78% from 292); Blue value is 73 (28.91% from 255 or 25% from 292); Max value from RGB is 195 - color contains mainly: green. Hex color #18C349 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18C349 is #E73CB6. Grayscale: #828282. Windows color (decimal): -15154359 or 4834072. OLE color: 4834072.

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

Color convert

RGB 24 195 73 -
CMYK 0.88 0 0.63 0.24
HSL 137.19º 0.78% 0.43% -
HSV(B) 137.19º 0.88% 0.76% -
XYZ 21.09 39.71 12.86 -
YUV 129.96 95.85 52.42 -
System Red Green Blue C M Y K H S L
Decimal 24 195 73 0.88 0 0.63 0.24 137.19 0.78 0.43
Hex 18 C3 49 58 0 3F 18 89 4E 2B
Octal 30 303 111 130 0 77 30 211 116 53
Binary 11000 11000011 1001001 1011000 0 111111 11000 10001001 1001110 101011

Color Harmonies of #18C349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C349

Black with #18C349

Text Example


Text Example

White with #18C349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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