Html Css Color HEX #18BA28 Dark Pastel Green

📋 copy color: '#18BA28'

red 24 ◦ green 186 ◦ blue 40

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

Shades of Dark Pastel Green #18BA28

Tints of Dark Pastel Green #18BA28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16%

R = 9.6%
G = 74.4%
B = 16%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#18BA28 (or 0x18BA28) is known color: Dark Pastel Green. HEX triplet: 18, BA and 28. RGB value is (24,186,40). Sum of RGB (Red+Green+Blue) = 24+186+40=250 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.6% from 250); Green value is 186 (73.05% from 255 or 74.4% from 250); Blue value is 40 (16.02% from 255 or 16% from 250); Max value from RGB is 186 - color contains mainly: green. Hex color #18BA28 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18BA28 is #E745D7. Grayscale: #797979. Windows color (decimal): -15156696 or 2669080. OLE color: 2669080.

HSL color Cylindrical-coordinate representation of color #18BA28: hue angle of 125.93º 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 #18BA28 is Cyan = 0.87, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 24 186 40 -
CMYK 0.87 0 0.78 0.27
HSL 125.93º 0.77% 0.41% -
HSV(B) 125.93º 0.87% 0.73% -
XYZ 18.32 35.47 7.89 -
YUV 120.92 82.33 58.87 -
System Red Green Blue C M Y K H S L
Decimal 24 186 40 0.87 0 0.78 0.27 125.93 0.77 0.41
Hex 18 BA 28 57 0 4E 1B 7E 4D 29
Octal 30 272 50 127 0 116 33 176 115 51
Binary 11000 10111010 101000 1010111 0 1001110 11011 1111110 1001101 101001

Color Harmonies of #18BA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BA28

Black with #18BA28

Text Example


Text Example

White with #18BA28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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