Html Css Color HEX #12B458 Pigment Green

📋 copy color: '#12B458'

red 18 ◦ green 180 ◦ blue 88

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

Shades of Pigment Green #12B458

Tints of Pigment Green #12B458

RGB

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

 GREEN value IS 180 (70.7% from 255) = 62.94%

 BLUE value IS 88 (34.77% from 255) = 30.77%

R = 6.29%
G = 62.94%
B = 30.77%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#12B458 (or 0x12B458) is known color: Pigment Green. HEX triplet: 12, B4 and 58. RGB value is (18,180,88). Sum of RGB (Red+Green+Blue) = 18+180+88=286 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.29% from 286); Green value is 180 (70.70% from 255 or 62.94% from 286); Blue value is 88 (34.77% from 255 or 30.77% from 286); Max value from RGB is 180 - color contains mainly: green. Hex color #12B458 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12B458 is #ED4BA7. Grayscale: #797979. Windows color (decimal): -15551400 or 5813266. OLE color: 5813266.

HSL color Cylindrical-coordinate representation of color #12B458: hue angle of 145.93º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B458 is Cyan = 0.9, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB 18 180 88 -
CMYK 0.9 0 0.51 0.29
HSL 145.93º 0.82% 0.39% -
HSV(B) 145.93º 0.9% 0.71% -
XYZ 18.33 33.48 14.73 -
YUV 121.07 109.33 54.48 -
System Red Green Blue C M Y K H S L
Decimal 18 180 88 0.9 0 0.51 0.29 145.93 0.82 0.39
Hex 12 B4 58 5A 0 33 1D 92 52 27
Octal 22 264 130 132 0 63 35 222 122 47
Binary 10010 10110100 1011000 1011010 0 110011 11101 10010010 1010010 100111

Color Harmonies of #12B458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B458

Black with #12B458

Text Example


Text Example

White with #12B458

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,180,88); }

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

background-color css

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

 a { background-color: rgb(18,180,88); }

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

border-color css

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

 span { border-color: rgb(18,180,88); }

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