Html Css Color HEX #18A43C Dark Pastel Green

📋 copy color: '#18A43C'

red 24 ◦ green 164 ◦ blue 60

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

Shades of Dark Pastel Green #18A43C

Tints of Dark Pastel Green #18A43C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 66.13%

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

R = 9.68%
G = 66.13%
B = 24.19%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#18A43C (or 0x18A43C) is known color: Dark Pastel Green. HEX triplet: 18, A4 and 3C. RGB value is (24,164,60). Sum of RGB (Red+Green+Blue) = 24+164+60=248 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.68% from 248); Green value is 164 (64.45% from 255 or 66.13% from 248); Blue value is 60 (23.83% from 255 or 24.19% from 248); Max value from RGB is 164 - color contains mainly: green. Hex color #18A43C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18A43C is #E75BC3. Grayscale: #6E6E6E. Windows color (decimal): -15162308 or 3974168. OLE color: 3974168.

HSL color Cylindrical-coordinate representation of color #18A43C: hue angle of 135.43º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A43C is Cyan = 0.85, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB 24 164 60 -
CMYK 0.85 0 0.63 0.36
HSL 135.43º 0.74% 0.37% -
HSV(B) 135.43º 0.85% 0.64% -
XYZ 14.47 27.07 8.74 -
YUV 110.28 99.62 66.46 -
System Red Green Blue C M Y K H S L
Decimal 24 164 60 0.85 0 0.63 0.36 135.43 0.74 0.37
Hex 18 A4 3C 55 0 3F 24 87 4A 25
Octal 30 244 74 125 0 77 44 207 112 45
Binary 11000 10100100 111100 1010101 0 111111 100100 10000111 1001010 100101

Color Harmonies of #18A43C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A43C

Black with #18A43C

Text Example


Text Example

White with #18A43C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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