Html Css Color HEX #18CA38 Dark Pastel Green

📋 copy color: '#18CA38'

red 24 ◦ green 202 ◦ blue 56

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

Shades of Dark Pastel Green #18CA38

Tints of Dark Pastel Green #18CA38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 19.86%

R = 8.51%
G = 71.63%
B = 19.86%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#18CA38 (or 0x18CA38) is known color: Dark Pastel Green. HEX triplet: 18, CA and 38. RGB value is (24,202,56). Sum of RGB (Red+Green+Blue) = 24+202+56=282 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.51% from 282); Green value is 202 (79.30% from 255 or 71.63% from 282); Blue value is 56 (22.27% from 255 or 19.86% from 282); Max value from RGB is 202 - color contains mainly: green. Hex color #18CA38 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18CA38 is #E735C7. Grayscale: #848484. Windows color (decimal): -15152584 or 3721752. OLE color: 3721752.

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

Color convert

RGB 24 202 56 -
CMYK 0.88 0 0.72 0.21
HSL 130.79º 0.79% 0.44% -
HSV(B) 130.79º 0.88% 0.79% -
XYZ 22.21 42.72 10.82 -
YUV 132.13 85.03 50.87 -
System Red Green Blue C M Y K H S L
Decimal 24 202 56 0.88 0 0.72 0.21 130.79 0.79 0.44
Hex 18 CA 38 58 0 48 15 83 4F 2C
Octal 30 312 70 130 0 110 25 203 117 54
Binary 11000 11001010 111000 1011000 0 1001000 10101 10000011 1001111 101100

Color Harmonies of #18CA38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CA38

Black with #18CA38

Text Example


Text Example

White with #18CA38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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