Html Css Color HEX #12B947 Dark Pastel Green

📋 copy color: '#12B947'

red 18 ◦ green 185 ◦ blue 71

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

Shades of Dark Pastel Green #12B947

Tints of Dark Pastel Green #12B947

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 25.91%

R = 6.57%
G = 67.52%
B = 25.91%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#12B947 (or 0x12B947) is known color: Dark Pastel Green. HEX triplet: 12, B9 and 47. RGB value is (18,185,71). Sum of RGB (Red+Green+Blue) = 18+185+71=274 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.57% from 274); Green value is 185 (72.66% from 255 or 67.52% from 274); Blue value is 71 (28.12% from 255 or 25.91% from 274); Max value from RGB is 185 - color contains mainly: green. Hex color #12B947 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12B947 is #ED46B8. Grayscale: #7A7A7A. Windows color (decimal): -15550137 or 4700434. OLE color: 4700434.

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

Color convert

RGB 18 185 71 -
CMYK 0.90 0 0.62 0.27
HSL 139.04º 0.82% 0.4% -
HSV(B) 139.04º 0.9% 0.73% -
XYZ 18.74 35.28 11.78 -
YUV 122.07 99.17 53.77 -
System Red Green Blue C M Y K H S L
Decimal 18 185 71 0.90 0 0.62 0.27 139.04 0.82 0.4
Hex 12 B9 47 5A 0 3E 1B 8B 52 28
Octal 22 271 107 132 0 76 33 213 122 50
Binary 10010 10111001 1000111 1011010 0 111110 11011 10001011 1010010 101000

Color Harmonies of #12B947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B947

Black with #12B947

Text Example


Text Example

White with #12B947

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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