Html Css Color HEX #18C03C Dark Pastel Green

📋 copy color: '#18C03C'

red 24 ◦ green 192 ◦ blue 60

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

Shades of Dark Pastel Green #18C03C

Tints of Dark Pastel Green #18C03C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.74%

R = 8.7%
G = 69.57%
B = 21.74%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#18C03C (or 0x18C03C) is known color: Dark Pastel Green. HEX triplet: 18, C0 and 3C. RGB value is (24,192,60). Sum of RGB (Red+Green+Blue) = 24+192+60=276 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.70% from 276); Green value is 192 (75.39% from 255 or 69.57% from 276); Blue value is 60 (23.83% from 255 or 21.74% from 276); Max value from RGB is 192 - color contains mainly: green. Hex color #18C03C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18C03C is #E73FC3. Grayscale: #7F7F7F. Windows color (decimal): -15155140 or 3981336. OLE color: 3981336.

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

Color convert

RGB 24 192 60 -
CMYK 0.88 0 0.69 0.25
HSL 132.86º 0.78% 0.42% -
HSV(B) 132.86º 0.88% 0.75% -
XYZ 20.04 38.22 10.6 -
YUV 126.72 90.34 54.73 -
System Red Green Blue C M Y K H S L
Decimal 24 192 60 0.88 0 0.69 0.25 132.86 0.78 0.42
Hex 18 C0 3C 58 0 45 19 85 4E 2A
Octal 30 300 74 130 0 105 31 205 116 52
Binary 11000 11000000 111100 1011000 0 1000101 11001 10000101 1001110 101010

Color Harmonies of #18C03C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C03C

Black with #18C03C

Text Example


Text Example

White with #18C03C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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