#12BB55

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

Shades of Pigment Green #12BB55

Tints of Pigment Green #12BB55

Color information

#12BB55 (or 0x12BB55) is unknown color: approx Pigment Green. HEX triplet: 12, BB and 55. RGB value is (18,187,85). Sum of RGB (Red+Green+Blue) = 18+187+85=290 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.21% from 290); Green value is 187 (73.44% from 255 or 64.48% from 290); Blue value is 85 (33.59% from 255 or 29.31% from 290); Max value from RGB is 187 - color contains mainly: green. Hex color #12BB55 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12BB55 is #ED44AA. Grayscale: #7D7D7D. Windows color (decimal): -15549611 or 5618450. OLE color: 5618450.

HSL color Cylindrical-coordinate representation of color #12BB55: hue angle of 143.79º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12BB55 is Cyan = 0.90, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB1818785-
CMYK0.9000.550.27
HSL143.79º82.44%40.2%-
HSV(B)143.79º90.37%73.33%-
XYZ19.6636.3314.57-
YUV124.84105.5151.79-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.21%
GREEN value IS 187 (73.44% from 255) = 64.48%
BLUE value IS 85 (33.59% from 255) = 29.31%
R=6.21%
G=64.48%
B=29.31%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18187850.9000.550.27143.7982.4440.2
Hex12BB555A0371B905228
Octal222731251320673322012250
Binary100101011101110101011011010011011111011100100001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12BB55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,187,85); }

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

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

 a { background-color: rgb(18,187,85); }

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

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

 span { border-color: rgb(18,187,85); }

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