Html Css Color HEX #12BC50 Dark Pastel Green

📋 copy color: '#12BC50'

red 18 ◦ green 188 ◦ blue 80

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

Shades of Dark Pastel Green #12BC50

Tints of Dark Pastel Green #12BC50

RGB

 RED value IS 18 (7.42% from 255) = 6.29%

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

 BLUE value IS 80 (31.64% from 255) = 27.97%

R = 6.29%
G = 65.73%
B = 27.97%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#12BC50 (or 0x12BC50) is known color: Dark Pastel Green. HEX triplet: 12, BC and 50. RGB value is (18,188,80). Sum of RGB (Red+Green+Blue) = 18+188+80=286 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.29% from 286); Green value is 188 (73.83% from 255 or 65.73% from 286); Blue value is 80 (31.64% from 255 or 27.97% from 286); Max value from RGB is 188 - color contains mainly: green. Hex color #12BC50 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12BC50 is #ED43AF. Grayscale: #7D7D7D. Windows color (decimal): -15549360 or 5291026. OLE color: 5291026.

HSL color Cylindrical-coordinate representation of color #12BC50: hue angle of 141.88º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12BC50 is Cyan = 0.90, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 188 80 -
CMYK 0.90 0 0.57 0.26
HSL 141.88º 0.83% 0.4% -
HSV(B) 141.88º 0.9% 0.74% -
XYZ 19.68 36.67 13.63 -
YUV 124.86 102.68 51.78 -
System Red Green Blue C M Y K H S L
Decimal 18 188 80 0.90 0 0.57 0.26 141.88 0.83 0.4
Hex 12 BC 50 5A 0 39 1A 8E 53 28
Octal 22 274 120 132 0 71 32 216 123 50
Binary 10010 10111100 1010000 1011010 0 111001 11010 10001110 1010011 101000

Color Harmonies of #12BC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BC50

Black with #12BC50

Text Example


Text Example

White with #12BC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12BC50; }

 p { color: rgb(18,188,80); }

 H1.HeaderClassName
 {
   color: #12BC50;
 }
 .AnyTagClassName
 {
   color: #12BC50;
 }
</style>

background-color css

<style>
 a { background-color: #12BC50; }

 a { background-color: rgb(18,188,80); }

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

border-color css

<style>
 span { border-color: #12BC50; }

 span { border-color: rgb(18,188,80); }

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