Html Css Color HEX #12B949 Dark Pastel Green

📋 copy color: '#12B949'

red 18 ◦ green 185 ◦ blue 73

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

Shades of Dark Pastel Green #12B949

Tints of Dark Pastel Green #12B949

RGB

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

 GREEN value IS 185 (72.66% from 255) = 67.03%

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

R = 6.52%
G = 67.03%
B = 26.45%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#12B949 (or 0x12B949) is known color: Dark Pastel Green. HEX triplet: 12, B9 and 49. RGB value is (18,185,73). Sum of RGB (Red+Green+Blue) = 18+185+73=276 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.52% from 276); Green value is 185 (72.66% from 255 or 67.03% from 276); Blue value is 73 (28.91% from 255 or 26.45% from 276); Max value from RGB is 185 - color contains mainly: green. Hex color #12B949 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12B949 is #ED46B6. Grayscale: #7A7A7A. Windows color (decimal): -15550135 or 4831506. OLE color: 4831506.

HSL color Cylindrical-coordinate representation of color #12B949: hue angle of 139.76º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B949 is Cyan = 0.90, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 18 185 73 -
CMYK 0.90 0 0.61 0.27
HSL 139.76º 0.82% 0.4% -
HSV(B) 139.76º 0.9% 0.73% -
XYZ 18.8 35.31 12.13 -
YUV 122.3 100.17 53.61 -
System Red Green Blue C M Y K H S L
Decimal 18 185 73 0.90 0 0.61 0.27 139.76 0.82 0.4
Hex 12 B9 49 5A 0 3D 1B 8C 52 28
Octal 22 271 111 132 0 75 33 214 122 50
Binary 10010 10111001 1001001 1011010 0 111101 11011 10001100 1010010 101000

Color Harmonies of #12B949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B949

Black with #12B949

Text Example


Text Example

White with #12B949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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