Html Css Color HEX #12B259 Pigment Green

📋 copy color: '#12B259'

red 18 ◦ green 178 ◦ blue 89

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

Shades of Pigment Green #12B259

Tints of Pigment Green #12B259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 31.23%

R = 6.32%
G = 62.46%
B = 31.23%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.5

 K value IS 0.30

RGB Variations

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

Color information

#12B259 (or 0x12B259) is known color: Pigment Green. HEX triplet: 12, B2 and 59. RGB value is (18,178,89). Sum of RGB (Red+Green+Blue) = 18+178+89=285 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.32% from 285); Green value is 178 (69.92% from 255 or 62.46% from 285); Blue value is 89 (35.16% from 255 or 31.23% from 285); Max value from RGB is 178 - color contains mainly: green. Hex color #12B259 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12B259 is #ED4DA6. Grayscale: #787878. Windows color (decimal): -15551911 or 5878290. OLE color: 5878290.

HSL color Cylindrical-coordinate representation of color #12B259: hue angle of 146.62º 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 #12B259 is Cyan = 0.90, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.30.

Color convert

RGB 18 178 89 -
CMYK 0.90 0 0.5 0.30
HSL 146.63º 0.82% 0.38% -
HSV(B) 146.63º 0.9% 0.7% -
XYZ 17.97 32.69 14.81 -
YUV 120.01 110.49 55.24 -
System Red Green Blue C M Y K H S L
Decimal 18 178 89 0.90 0 0.5 0.30 146.63 0.82 0.38
Hex 12 B2 59 5A 0 32 1E 93 52 26
Octal 22 262 131 132 0 62 36 223 122 46
Binary 10010 10110010 1011001 1011010 0 110010 11110 10010011 1010010 100110

Color Harmonies of #12B259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B259

Black with #12B259

Text Example


Text Example

White with #12B259

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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