Html Css Color HEX #18C02C Dark Pastel Green

📋 copy color: '#18C02C'

red 24 ◦ green 192 ◦ blue 44

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

Shades of Dark Pastel Green #18C02C

Tints of Dark Pastel Green #18C02C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 73.85%

 BLUE value IS 44 (17.58% from 255) = 16.92%

R = 9.23%
G = 73.85%
B = 16.92%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#18C02C (or 0x18C02C) is known color: Dark Pastel Green. HEX triplet: 18, C0 and 2C. RGB value is (24,192,44). Sum of RGB (Red+Green+Blue) = 24+192+44=260 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.23% from 260); Green value is 192 (75.39% from 255 or 73.85% from 260); Blue value is 44 (17.58% from 255 or 16.92% from 260); Max value from RGB is 192 - color contains mainly: green. Hex color #18C02C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18C02C is #E73FD3. Grayscale: #7D7D7D. Windows color (decimal): -15155156 or 2932760. OLE color: 2932760.

HSL color Cylindrical-coordinate representation of color #18C02C: hue angle of 127.14º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C02C is Cyan = 0.88, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 24 192 44 -
CMYK 0.88 0 0.77 0.25
HSL 127.14º 0.78% 0.42% -
HSV(B) 127.14º 0.88% 0.75% -
XYZ 19.68 38.08 8.69 -
YUV 124.9 82.34 56.03 -
System Red Green Blue C M Y K H S L
Decimal 24 192 44 0.88 0 0.77 0.25 127.14 0.78 0.42
Hex 18 C0 2C 58 0 4D 19 7F 4E 2A
Octal 30 300 54 130 0 115 31 177 116 52
Binary 11000 11000000 101100 1011000 0 1001101 11001 1111111 1001110 101010

Color Harmonies of #18C02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C02C

Black with #18C02C

Text Example


Text Example

White with #18C02C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,192,44); }

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

background-color css

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

 a { background-color: rgb(24,192,44); }

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

border-color css

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

 span { border-color: rgb(24,192,44); }

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