Html Css Color HEX #12B959 Pigment Green

📋 copy color: '#12B959'

red 18 ◦ green 185 ◦ blue 89

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

Shades of Pigment Green #12B959

Tints of Pigment Green #12B959

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 30.48%

R = 6.16%
G = 63.36%
B = 30.48%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#12B959 (or 0x12B959) is known color: Pigment Green. HEX triplet: 12, B9 and 59. RGB value is (18,185,89). Sum of RGB (Red+Green+Blue) = 18+185+89=292 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.16% from 292); Green value is 185 (72.66% from 255 or 63.36% from 292); Blue value is 89 (35.16% from 255 or 30.48% from 292); Max value from RGB is 185 - color contains mainly: green. Hex color #12B959 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12B959 is #ED46A6. Grayscale: #7C7C7C. Windows color (decimal): -15550119 or 5880082. OLE color: 5880082.

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

Color convert

RGB 18 185 89 -
CMYK 0.90 0 0.52 0.27
HSL 145.51º 0.82% 0.4% -
HSV(B) 145.51º 0.9% 0.73% -
XYZ 19.4 35.55 15.29 -
YUV 124.12 108.17 52.31 -
System Red Green Blue C M Y K H S L
Decimal 18 185 89 0.90 0 0.52 0.27 145.51 0.82 0.4
Hex 12 B9 59 5A 0 34 1B 92 52 28
Octal 22 271 131 132 0 64 33 222 122 50
Binary 10010 10111001 1011001 1011010 0 110100 11011 10010010 1010010 101000

Color Harmonies of #12B959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B959

Black with #12B959

Text Example


Text Example

White with #12B959

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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