Html Css Color HEX #12B249 Dark Pastel Green

📋 copy color: '#12B249'

red 18 ◦ green 178 ◦ blue 73

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

Shades of Dark Pastel Green #12B249

Tints of Dark Pastel Green #12B249

RGB

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

 GREEN value IS 178 (69.92% from 255) = 66.17%

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

R = 6.69%
G = 66.17%
B = 27.14%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#12B249 (or 0x12B249) is known color: Dark Pastel Green. HEX triplet: 12, B2 and 49. RGB value is (18,178,73). Sum of RGB (Red+Green+Blue) = 18+178+73=269 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.69% from 269); Green value is 178 (69.92% from 255 or 66.17% from 269); Blue value is 73 (28.91% from 255 or 27.14% from 269); Max value from RGB is 178 - color contains mainly: green. Hex color #12B249 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12B249 is #ED4DB6. Grayscale: #767676. Windows color (decimal): -15551927 or 4829714. OLE color: 4829714.

HSL color Cylindrical-coordinate representation of color #12B249: hue angle of 140.62º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B249 is Cyan = 0.90, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB 18 178 73 -
CMYK 0.90 0 0.59 0.30
HSL 140.63º 0.82% 0.38% -
HSV(B) 140.63º 0.9% 0.7% -
XYZ 17.37 32.45 11.65 -
YUV 118.19 102.49 56.54 -
System Red Green Blue C M Y K H S L
Decimal 18 178 73 0.90 0 0.59 0.30 140.63 0.82 0.38
Hex 12 B2 49 5A 0 3B 1E 8D 52 26
Octal 22 262 111 132 0 73 36 215 122 46
Binary 10010 10110010 1001001 1011010 0 111011 11110 10001101 1010010 100110

Color Harmonies of #12B249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B249

Black with #12B249

Text Example


Text Example

White with #12B249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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