Html Css Color HEX #12BC4F Dark Pastel Green

📋 copy color: '#12BC4F'

red 18 ◦ green 188 ◦ blue 79

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

Shades of Dark Pastel Green #12BC4F

Tints of Dark Pastel Green #12BC4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 27.72%

R = 6.32%
G = 65.96%
B = 27.72%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#12BC4F (or 0x12BC4F) is known color: Dark Pastel Green. HEX triplet: 12, BC and 4F. RGB value is (18,188,79). Sum of RGB (Red+Green+Blue) = 18+188+79=285 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.32% from 285); Green value is 188 (73.83% from 255 or 65.96% from 285); Blue value is 79 (31.25% from 255 or 27.72% from 285); Max value from RGB is 188 - color contains mainly: green. Hex color #12BC4F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12BC4F is #ED43B0. Grayscale: #7D7D7D. Windows color (decimal): -15549361 or 5225490. OLE color: 5225490.

HSL color Cylindrical-coordinate representation of color #12BC4F: hue angle of 141.53º 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 #12BC4F is Cyan = 0.90, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 188 79 -
CMYK 0.90 0 0.58 0.26
HSL 141.53º 0.83% 0.4% -
HSV(B) 141.53º 0.9% 0.74% -
XYZ 19.64 36.66 13.44 -
YUV 124.74 102.18 51.86 -
System Red Green Blue C M Y K H S L
Decimal 18 188 79 0.90 0 0.58 0.26 141.53 0.83 0.4
Hex 12 BC 4F 5A 0 3A 1A 8E 53 28
Octal 22 274 117 132 0 72 32 216 123 50
Binary 10010 10111100 1001111 1011010 0 111010 11010 10001110 1010011 101000

Color Harmonies of #12BC4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BC4F

Black with #12BC4F

Text Example


Text Example

White with #12BC4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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