Html Css Color HEX #12B756 Pigment Green

📋 copy color: '#12B756'

red 18 ◦ green 183 ◦ blue 86

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

Shades of Pigment Green #12B756

Tints of Pigment Green #12B756

RGB

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

 GREEN value IS 183 (71.88% from 255) = 63.76%

 BLUE value IS 86 (33.98% from 255) = 29.97%

R = 6.27%
G = 63.76%
B = 29.97%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.53

 K value IS 0.28

RGB Variations

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

Color information

#12B756 (or 0x12B756) is known color: Pigment Green. HEX triplet: 12, B7 and 56. RGB value is (18,183,86). Sum of RGB (Red+Green+Blue) = 18+183+86=287 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.27% from 287); Green value is 183 (71.88% from 255 or 63.76% from 287); Blue value is 86 (33.98% from 255 or 29.97% from 287); Max value from RGB is 183 - color contains mainly: green. Hex color #12B756 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12B756 is #ED48A9. Grayscale: #7A7A7A. Windows color (decimal): -15550634 or 5682962. OLE color: 5682962.

HSL color Cylindrical-coordinate representation of color #12B756: hue angle of 144.73º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B756 is Cyan = 0.90, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.28.

Color convert

RGB 18 183 86 -
CMYK 0.90 0 0.53 0.28
HSL 144.73º 0.82% 0.39% -
HSV(B) 144.73º 0.9% 0.72% -
XYZ 18.86 34.67 14.5 -
YUV 122.61 107.34 53.39 -
System Red Green Blue C M Y K H S L
Decimal 18 183 86 0.90 0 0.53 0.28 144.73 0.82 0.39
Hex 12 B7 56 5A 0 35 1C 91 52 27
Octal 22 267 126 132 0 65 34 221 122 47
Binary 10010 10110111 1010110 1011010 0 110101 11100 10010001 1010010 100111

Color Harmonies of #12B756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B756

Black with #12B756

Text Example


Text Example

White with #12B756

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,183,86); }

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

background-color css

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

 a { background-color: rgb(18,183,86); }

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

border-color css

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

 span { border-color: rgb(18,183,86); }

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