Html Css Color HEX #18A830 Dark Pastel Green

📋 copy color: '#18A830'

red 24 ◦ green 168 ◦ blue 48

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

Shades of Dark Pastel Green #18A830

Tints of Dark Pastel Green #18A830

RGB

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

 GREEN value IS 168 (66.02% from 255) = 70%

 BLUE value IS 48 (19.14% from 255) = 20%

R = 10%
G = 70%
B = 20%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.71

 K value IS 0.34

RGB Variations

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

Color information

#18A830 (or 0x18A830) is known color: Dark Pastel Green. HEX triplet: 18, A8 and 30. RGB value is (24,168,48). Sum of RGB (Red+Green+Blue) = 24+168+48=240 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10% from 240); Green value is 168 (66.02% from 255 or 70% from 240); Blue value is 48 (19.14% from 255 or 20% from 240); Max value from RGB is 168 - color contains mainly: green. Hex color #18A830 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18A830 is #E757CF. Grayscale: #6F6F6F. Windows color (decimal): -15161296 or 3188760. OLE color: 3188760.

HSL color Cylindrical-coordinate representation of color #18A830: hue angle of 130º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18A830 is Cyan = 0.86, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.34.

Color convert

RGB 24 168 48 -
CMYK 0.86 0 0.71 0.34
HSL 130º 0.75% 0.38% -
HSV(B) 130º 0.86% 0.66% -
XYZ 14.91 28.41 7.49 -
YUV 111.26 92.29 65.76 -
System Red Green Blue C M Y K H S L
Decimal 24 168 48 0.86 0 0.71 0.34 130 0.75 0.38
Hex 18 A8 30 56 0 47 22 82 4B 26
Octal 30 250 60 126 0 107 42 202 113 46
Binary 11000 10101000 110000 1010110 0 1000111 100010 10000010 1001011 100110

Color Harmonies of #18A830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A830

Black with #18A830

Text Example


Text Example

White with #18A830

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,168,48); }

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

background-color css

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

 a { background-color: rgb(24,168,48); }

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

border-color css

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

 span { border-color: rgb(24,168,48); }

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