Html Css Color HEX #18CC42 Dark Pastel Green

📋 copy color: '#18CC42'

red 24 ◦ green 204 ◦ blue 66

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

Shades of Dark Pastel Green #18CC42

Tints of Dark Pastel Green #18CC42

RGB

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

 GREEN value IS 204 (80.08% from 255) = 69.39%

 BLUE value IS 66 (26.17% from 255) = 22.45%

R = 8.16%
G = 69.39%
B = 22.45%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#18CC42 (or 0x18CC42) is known color: Dark Pastel Green. HEX triplet: 18, CC and 42. RGB value is (24,204,66). Sum of RGB (Red+Green+Blue) = 24+204+66=294 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.16% from 294); Green value is 204 (80.08% from 255 or 69.39% from 294); Blue value is 66 (26.17% from 255 or 22.45% from 294); Max value from RGB is 204 - color contains mainly: green. Hex color #18CC42 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18CC42 is #E733BD. Grayscale: #868686. Windows color (decimal): -15152062 or 4377624. OLE color: 4377624.

HSL color Cylindrical-coordinate representation of color #18CC42: hue angle of 134º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18CC42 is Cyan = 0.88, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.2.

Color convert

RGB 24 204 66 -
CMYK 0.88 0 0.68 0.2
HSL 134º 0.79% 0.45% -
HSV(B) 134º 0.88% 0.8% -
XYZ 22.95 43.77 12.39 -
YUV 134.45 89.37 49.22 -
System Red Green Blue C M Y K H S L
Decimal 24 204 66 0.88 0 0.68 0.2 134 0.79 0.45
Hex 18 CC 42 58 0 44 14 86 4F 2D
Octal 30 314 102 130 0 104 24 206 117 55
Binary 11000 11001100 1000010 1011000 0 1000100 10100 10000110 1001111 101101

Color Harmonies of #18CC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CC42

Black with #18CC42

Text Example


Text Example

White with #18CC42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,204,66); }

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

background-color css

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

 a { background-color: rgb(24,204,66); }

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

border-color css

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

 span { border-color: rgb(24,204,66); }

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