Html Css Color HEX #12B256 Pigment Green

📋 copy color: '#12B256'

red 18 ◦ green 178 ◦ blue 86

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

Shades of Pigment Green #12B256

Tints of Pigment Green #12B256

RGB

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

 GREEN value IS 178 (69.92% from 255) = 63.12%

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

R = 6.38%
G = 63.12%
B = 30.5%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.52

 K value IS 0.30

RGB Variations

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

Color information

#12B256 (or 0x12B256) is known color: Pigment Green. HEX triplet: 12, B2 and 56. RGB value is (18,178,86). Sum of RGB (Red+Green+Blue) = 18+178+86=282 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.38% from 282); Green value is 178 (69.92% from 255 or 63.12% from 282); Blue value is 86 (33.98% from 255 or 30.50% from 282); Max value from RGB is 178 - color contains mainly: green. Hex color #12B256 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12B256 is #ED4DA9. Grayscale: #777777. Windows color (decimal): -15551914 or 5681682. OLE color: 5681682.

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

Color convert

RGB 18 178 86 -
CMYK 0.90 0 0.52 0.30
HSL 145.5º 0.82% 0.38% -
HSV(B) 145.5º 0.9% 0.7% -
XYZ 17.85 32.64 14.16 -
YUV 119.67 108.99 55.48 -
System Red Green Blue C M Y K H S L
Decimal 18 178 86 0.90 0 0.52 0.30 145.5 0.82 0.38
Hex 12 B2 56 5A 0 34 1E 92 52 26
Octal 22 262 126 132 0 64 36 222 122 46
Binary 10010 10110010 1010110 1011010 0 110100 11110 10010010 1010010 100110

Color Harmonies of #12B256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B256

Black with #12B256

Text Example


Text Example

White with #12B256

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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