Html Css Color HEX #18BC2A Dark Pastel Green

📋 copy color: '#18BC2A'

red 24 ◦ green 188 ◦ blue 42

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

Shades of Dark Pastel Green #18BC2A

Tints of Dark Pastel Green #18BC2A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 74.02%

 BLUE value IS 42 (16.8% from 255) = 16.54%

R = 9.45%
G = 74.02%
B = 16.54%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#18BC2A (or 0x18BC2A) is known color: Dark Pastel Green. HEX triplet: 18, BC and 2A. RGB value is (24,188,42). Sum of RGB (Red+Green+Blue) = 24+188+42=254 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.45% from 254); Green value is 188 (73.83% from 255 or 74.02% from 254); Blue value is 42 (16.80% from 255 or 16.54% from 254); Max value from RGB is 188 - color contains mainly: green. Hex color #18BC2A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18BC2A is #E743D5. Grayscale: #7A7A7A. Windows color (decimal): -15156182 or 2800664. OLE color: 2800664.

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

Color convert

RGB 24 188 42 -
CMYK 0.87 0 0.78 0.26
HSL 126.59º 0.77% 0.42% -
HSV(B) 126.59º 0.87% 0.74% -
XYZ 18.78 36.33 8.21 -
YUV 122.32 82.67 57.87 -
System Red Green Blue C M Y K H S L
Decimal 24 188 42 0.87 0 0.78 0.26 126.59 0.77 0.42
Hex 18 BC 2A 57 0 4E 1A 7F 4D 2A
Octal 30 274 52 127 0 116 32 177 115 52
Binary 11000 10111100 101010 1010111 0 1001110 11010 1111111 1001101 101010

Color Harmonies of #18BC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BC2A

Black with #18BC2A

Text Example


Text Example

White with #18BC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,188,42); }

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

background-color css

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

 a { background-color: rgb(24,188,42); }

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

border-color css

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

 span { border-color: rgb(24,188,42); }

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