Html Css Color HEX #12B154 Pigment Green

📋 copy color: '#12B154'

red 18 ◦ green 177 ◦ blue 84

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

Shades of Pigment Green #12B154

Tints of Pigment Green #12B154

RGB

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

 GREEN value IS 177 (69.53% from 255) = 63.44%

 BLUE value IS 84 (33.2% from 255) = 30.11%

R = 6.45%
G = 63.44%
B = 30.11%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#12B154 (or 0x12B154) is known color: Pigment Green. HEX triplet: 12, B1 and 54. RGB value is (18,177,84). Sum of RGB (Red+Green+Blue) = 18+177+84=279 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.45% from 279); Green value is 177 (69.53% from 255 or 63.44% from 279); Blue value is 84 (33.20% from 255 or 30.11% from 279); Max value from RGB is 177 - color contains mainly: green. Hex color #12B154 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12B154 is #ED4EAB. Grayscale: #777777. Windows color (decimal): -15552172 or 5550354. OLE color: 5550354.

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

Color convert

RGB 18 177 84 -
CMYK 0.90 0 0.53 0.31
HSL 144.91º 0.82% 0.38% -
HSV(B) 144.91º 0.9% 0.69% -
XYZ 17.57 32.21 13.68 -
YUV 118.86 108.32 56.06 -
System Red Green Blue C M Y K H S L
Decimal 18 177 84 0.90 0 0.53 0.31 144.91 0.82 0.38
Hex 12 B1 54 5A 0 35 1F 91 52 26
Octal 22 261 124 132 0 65 37 221 122 46
Binary 10010 10110001 1010100 1011010 0 110101 11111 10010001 1010010 100110

Color Harmonies of #12B154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B154

Black with #12B154

Text Example


Text Example

White with #12B154

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,177,84); }

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

background-color css

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

 a { background-color: rgb(18,177,84); }

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

border-color css

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

 span { border-color: rgb(18,177,84); }

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