Html Css Color HEX #18C035 Dark Pastel Green

📋 copy color: '#18C035'

red 24 ◦ green 192 ◦ blue 53

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

Shades of Dark Pastel Green #18C035

Tints of Dark Pastel Green #18C035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 19.7%

R = 8.92%
G = 71.38%
B = 19.7%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#18C035 (or 0x18C035) is known color: Dark Pastel Green. HEX triplet: 18, C0 and 35. RGB value is (24,192,53). Sum of RGB (Red+Green+Blue) = 24+192+53=269 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.92% from 269); Green value is 192 (75.39% from 255 or 71.38% from 269); Blue value is 53 (21.09% from 255 or 19.70% from 269); Max value from RGB is 192 - color contains mainly: green. Hex color #18C035 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18C035 is #E73FCA. Grayscale: #7E7E7E. Windows color (decimal): -15155147 or 3522584. OLE color: 3522584.

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

Color convert

RGB 24 192 53 -
CMYK 0.88 0 0.72 0.25
HSL 130.36º 0.78% 0.42% -
HSV(B) 130.36º 0.88% 0.75% -
XYZ 19.87 38.15 9.68 -
YUV 125.92 86.84 55.3 -
System Red Green Blue C M Y K H S L
Decimal 24 192 53 0.88 0 0.72 0.25 130.36 0.78 0.42
Hex 18 C0 35 58 0 48 19 82 4E 2A
Octal 30 300 65 130 0 110 31 202 116 52
Binary 11000 11000000 110101 1011000 0 1001000 11001 10000010 1001110 101010

Color Harmonies of #18C035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C035

Black with #18C035

Text Example


Text Example

White with #18C035

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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