Html Css Color HEX #12B051 Pigment Green

📋 copy color: '#12B051'

red 18 ◦ green 176 ◦ blue 81

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

Shades of Pigment Green #12B051

Tints of Pigment Green #12B051

RGB

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

 GREEN value IS 176 (69.14% from 255) = 64%

 BLUE value IS 81 (32.03% from 255) = 29.45%

R = 6.55%
G = 64%
B = 29.45%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#12B051 (or 0x12B051) is known color: Pigment Green. HEX triplet: 12, B0 and 51. RGB value is (18,176,81). Sum of RGB (Red+Green+Blue) = 18+176+81=275 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.55% from 275); Green value is 176 (69.14% from 255 or 64% from 275); Blue value is 81 (32.03% from 255 or 29.45% from 275); Max value from RGB is 176 - color contains mainly: green. Hex color #12B051 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12B051 is #ED4FAE. Grayscale: #767676. Windows color (decimal): -15552431 or 5353490. OLE color: 5353490.

HSL color Cylindrical-coordinate representation of color #12B051: hue angle of 143.92º degrees, saturation: 0.81, 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 #12B051 is Cyan = 0.90, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB 18 176 81 -
CMYK 0.90 0 0.54 0.31
HSL 143.92º 0.81% 0.38% -
HSV(B) 143.92º 0.9% 0.69% -
XYZ 17.26 31.77 13.01 -
YUV 117.93 107.15 56.72 -
System Red Green Blue C M Y K H S L
Decimal 18 176 81 0.90 0 0.54 0.31 143.92 0.81 0.38
Hex 12 B0 51 5A 0 36 1F 90 51 26
Octal 22 260 121 132 0 66 37 220 121 46
Binary 10010 10110000 1010001 1011010 0 110110 11111 10010000 1010001 100110

Color Harmonies of #12B051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B051

Black with #12B051

Text Example


Text Example

White with #12B051

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,176,81); }

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

background-color css

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

 a { background-color: rgb(18,176,81); }

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

border-color css

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

 span { border-color: rgb(18,176,81); }

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