#12B35F

Color #12B35F Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #12B35F

Tints of Pigment Green #12B35F

Color information

#12B35F (or 0x12B35F) is unknown color: approx Pigment Green. HEX triplet: 12, B3 and 5F. RGB value is (18,179,95). Sum of RGB (Red+Green+Blue) = 18+179+95=292 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.16% from 292); Green value is 179 (70.31% from 255 or 61.30% from 292); Blue value is 95 (37.5% from 255 or 32.53% from 292); Max value from RGB is 179 - color contains mainly: green. Hex color #12B35F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12B35F is #ED4CA0. Grayscale: #797979. Windows color (decimal): -15551649 or 6271762. OLE color: 6271762.

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

Color convert

RGB1817995-
CMYK0.9000.470.30
HSL148.7º81.73%38.63%-
HSV(B)148.7º89.94%70.2%-
XYZ18.4433.216.26-
YUV121.28113.1654.33-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.16%
GREEN value IS 179 (70.31% from 255) = 61.30%
BLUE value IS 95 (37.5% from 255) = 32.53%
R=6.16%
G=61.30%
B=32.53%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal18179950.9000.470.30148.781.7338.63
Hex12B35F5A02F1E955227
Octal222631371320573622512247
Binary100101011001110111111011010010111111110100101011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,179,95); }

 H1.HeaderClassName
 {
   color: #12B35F;
 }
 .AnyTagClassName
 {
   color: #12B35F;
 }
</style>
background-color css

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

 a { background-color: rgb(18,179,95); }

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

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

 span { border-color: rgb(18,179,95); }

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