Html Css Color HEX #12BC49 Dark Pastel Green

📋 copy color: '#12BC49'

red 18 ◦ green 188 ◦ blue 73

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

Shades of Dark Pastel Green #12BC49

Tints of Dark Pastel Green #12BC49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 26.16%

R = 6.45%
G = 67.38%
B = 26.16%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#12BC49 (or 0x12BC49) is known color: Dark Pastel Green. HEX triplet: 12, BC and 49. RGB value is (18,188,73). Sum of RGB (Red+Green+Blue) = 18+188+73=279 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.45% from 279); Green value is 188 (73.83% from 255 or 67.38% from 279); Blue value is 73 (28.91% from 255 or 26.16% from 279); Max value from RGB is 188 - color contains mainly: green. Hex color #12BC49 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12BC49 is #ED43B6. Grayscale: #7C7C7C. Windows color (decimal): -15549367 or 4832274. OLE color: 4832274.

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

Color convert

RGB 18 188 73 -
CMYK 0.90 0 0.61 0.26
HSL 139.41º 0.83% 0.4% -
HSV(B) 139.41º 0.9% 0.74% -
XYZ 19.44 36.58 12.34 -
YUV 124.06 99.18 52.35 -
System Red Green Blue C M Y K H S L
Decimal 18 188 73 0.90 0 0.61 0.26 139.41 0.83 0.4
Hex 12 BC 49 5A 0 3D 1A 8B 53 28
Octal 22 274 111 132 0 75 32 213 123 50
Binary 10010 10111100 1001001 1011010 0 111101 11010 10001011 1010011 101000

Color Harmonies of #12BC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BC49

Black with #12BC49

Text Example


Text Example

White with #12BC49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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