Html Css Color HEX #18BA3A Dark Pastel Green

📋 copy color: '#18BA3A'

red 24 ◦ green 186 ◦ blue 58

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

Shades of Dark Pastel Green #18BA3A

Tints of Dark Pastel Green #18BA3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.64%

R = 8.96%
G = 69.4%
B = 21.64%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#18BA3A (or 0x18BA3A) is known color: Dark Pastel Green. HEX triplet: 18, BA and 3A. RGB value is (24,186,58). Sum of RGB (Red+Green+Blue) = 24+186+58=268 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.96% from 268); Green value is 186 (73.05% from 255 or 69.40% from 268); Blue value is 58 (23.05% from 255 or 21.64% from 268); Max value from RGB is 186 - color contains mainly: green. Hex color #18BA3A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18BA3A is #E745C5. Grayscale: #7B7B7B. Windows color (decimal): -15156678 or 3848728. OLE color: 3848728.

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

Color convert

RGB 24 186 58 -
CMYK 0.87 0 0.69 0.27
HSL 132.59º 0.77% 0.41% -
HSV(B) 132.59º 0.87% 0.73% -
XYZ 18.7 35.62 9.89 -
YUV 122.97 91.33 57.41 -
System Red Green Blue C M Y K H S L
Decimal 24 186 58 0.87 0 0.69 0.27 132.59 0.77 0.41
Hex 18 BA 3A 57 0 45 1B 85 4D 29
Octal 30 272 72 127 0 105 33 205 115 51
Binary 11000 10111010 111010 1010111 0 1000101 11011 10000101 1001101 101001

Color Harmonies of #18BA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BA3A

Black with #18BA3A

Text Example


Text Example

White with #18BA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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