Html Css Color HEX #18CA32 Dark Pastel Green

📋 copy color: '#18CA32'

red 24 ◦ green 202 ◦ blue 50

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

Shades of Dark Pastel Green #18CA32

Tints of Dark Pastel Green #18CA32

RGB

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

 GREEN value IS 202 (79.3% from 255) = 73.19%

 BLUE value IS 50 (19.92% from 255) = 18.12%

R = 8.7%
G = 73.19%
B = 18.12%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#18CA32 (or 0x18CA32) is known color: Dark Pastel Green. HEX triplet: 18, CA and 32. RGB value is (24,202,50). Sum of RGB (Red+Green+Blue) = 24+202+50=276 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.70% from 276); Green value is 202 (79.30% from 255 or 73.19% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 202 - color contains mainly: green. Hex color #18CA32 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18CA32 is #E735CD. Grayscale: #838383. Windows color (decimal): -15152590 or 3328536. OLE color: 3328536.

HSL color Cylindrical-coordinate representation of color #18CA32: hue angle of 128.76º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18CA32 is Cyan = 0.88, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB 24 202 50 -
CMYK 0.88 0 0.75 0.21
HSL 128.76º 0.79% 0.44% -
HSV(B) 128.76º 0.88% 0.79% -
XYZ 22.07 42.67 10.09 -
YUV 131.45 82.03 51.36 -
System Red Green Blue C M Y K H S L
Decimal 24 202 50 0.88 0 0.75 0.21 128.76 0.79 0.44
Hex 18 CA 32 58 0 4B 15 81 4F 2C
Octal 30 312 62 130 0 113 25 201 117 54
Binary 11000 11001010 110010 1011000 0 1001011 10101 10000001 1001111 101100

Color Harmonies of #18CA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CA32

Black with #18CA32

Text Example


Text Example

White with #18CA32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,202,50); }

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

background-color css

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

 a { background-color: rgb(24,202,50); }

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

border-color css

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

 span { border-color: rgb(24,202,50); }

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