Html Css Color HEX #12A758 Pigment Green

📋 copy color: '#12A758'

red 18 ◦ green 167 ◦ blue 88

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

Shades of Pigment Green #12A758

Tints of Pigment Green #12A758

RGB

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

 GREEN value IS 167 (65.63% from 255) = 61.17%

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

R = 6.59%
G = 61.17%
B = 32.23%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.47

 K value IS 0.35

RGB Variations

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

Color information

#12A758 (or 0x12A758) is known color: Pigment Green. HEX triplet: 12, A7 and 58. RGB value is (18,167,88). Sum of RGB (Red+Green+Blue) = 18+167+88=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 167 (65.62% from 255 or 61.17% from 273); Blue value is 88 (34.77% from 255 or 32.23% from 273); Max value from RGB is 167 - color contains mainly: green. Hex color #12A758 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A758 is #ED58A7. Grayscale: #717171. Windows color (decimal): -15554728 or 5809938. OLE color: 5809938.

HSL color Cylindrical-coordinate representation of color #12A758: hue angle of 148.19º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A758 is Cyan = 0.89, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.35.

Color convert

RGB 18 167 88 -
CMYK 0.89 0 0.47 0.35
HSL 148.19º 0.81% 0.36% -
HSV(B) 148.19º 0.89% 0.65% -
XYZ 15.83 28.47 13.89 -
YUV 113.44 113.64 59.92 -
System Red Green Blue C M Y K H S L
Decimal 18 167 88 0.89 0 0.47 0.35 148.19 0.81 0.36
Hex 12 A7 58 59 0 2F 23 94 51 24
Octal 22 247 130 131 0 57 43 224 121 44
Binary 10010 10100111 1011000 1011001 0 101111 100011 10010100 1010001 100100

Color Harmonies of #12A758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A758

Black with #12A758

Text Example


Text Example

White with #12A758

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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