Html Css Color HEX #18BA31 Dark Pastel Green

📋 copy color: '#18BA31'

red 24 ◦ green 186 ◦ blue 49

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

Shades of Dark Pastel Green #18BA31

Tints of Dark Pastel Green #18BA31

RGB

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

 GREEN value IS 186 (73.05% from 255) = 71.81%

 BLUE value IS 49 (19.53% from 255) = 18.92%

R = 9.27%
G = 71.81%
B = 18.92%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#18BA31 (or 0x18BA31) is known color: Dark Pastel Green. HEX triplet: 18, BA and 31. RGB value is (24,186,49). Sum of RGB (Red+Green+Blue) = 24+186+49=259 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.27% from 259); Green value is 186 (73.05% from 255 or 71.81% from 259); Blue value is 49 (19.53% from 255 or 18.92% from 259); Max value from RGB is 186 - color contains mainly: green. Hex color #18BA31 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18BA31 is #E745CE. Grayscale: #7A7A7A. Windows color (decimal): -15156687 or 3258904. OLE color: 3258904.

HSL color Cylindrical-coordinate representation of color #18BA31: hue angle of 129.26º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18BA31 is Cyan = 0.87, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 24 186 49 -
CMYK 0.87 0 0.74 0.27
HSL 129.26º 0.77% 0.41% -
HSV(B) 129.26º 0.87% 0.73% -
XYZ 18.49 35.53 8.79 -
YUV 121.94 86.83 58.14 -
System Red Green Blue C M Y K H S L
Decimal 24 186 49 0.87 0 0.74 0.27 129.26 0.77 0.41
Hex 18 BA 31 57 0 4A 1B 81 4D 29
Octal 30 272 61 127 0 112 33 201 115 51
Binary 11000 10111010 110001 1010111 0 1001010 11011 10000001 1001101 101001

Color Harmonies of #18BA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BA31

Black with #18BA31

Text Example


Text Example

White with #18BA31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,186,49); }

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

background-color css

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

 a { background-color: rgb(24,186,49); }

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

border-color css

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

 span { border-color: rgb(24,186,49); }

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