#10B45C

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

Shades of Pigment Green #10B45C

Tints of Pigment Green #10B45C

Color information

#10B45C (or 0x10B45C) is unknown color: approx Pigment Green. HEX triplet: 10, B4 and 5C. RGB value is (16,180,92). Sum of RGB (Red+Green+Blue) = 16+180+92=288 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.56% from 288); Green value is 180 (70.70% from 255 or 62.5% from 288); Blue value is 92 (36.33% from 255 or 31.94% from 288); Max value from RGB is 180 - color contains mainly: green. Hex color #10B45C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10B45C is #EF4BA3. Grayscale: #797979. Windows color (decimal): -15682468 or 6075408. OLE color: 6075408.

HSL color Cylindrical-coordinate representation of color #10B45C: hue angle of 147.8º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B45C is Cyan = 0.91, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB1618092-
CMYK0.9100.490.29
HSL147.8º83.67%38.43%-
HSV(B)147.8º91.11%70.59%-
XYZ18.4733.5315.62-
YUV120.93111.6753.16-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.56%
GREEN value IS 180 (70.70% from 255) = 62.5%
BLUE value IS 92 (36.33% from 255) = 31.94%
R=5.56%
G=62.5%
B=31.94%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal16180920.9100.490.29147.883.6738.43
Hex10B45C5B0311D945426
Octal202641341330613522412446
Binary100001011010010111001011011011000111101100101001010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10B45C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10B45C; }

 p { color: rgb(16,180,92); }

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

<style>
 a { background-color: #10B45C; }

 a { background-color: rgb(16,180,92); }

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

<style>
 span { border-color: #10B45C; }

 span { border-color: rgb(16,180,92); }

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