#10B45B

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

Shades of Pigment Green #10B45B

Tints of Pigment Green #10B45B

Color information

#10B45B (or 0x10B45B) is unknown color: approx Pigment Green. HEX triplet: 10, B4 and 5B. RGB value is (16,180,91). Sum of RGB (Red+Green+Blue) = 16+180+91=287 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.57% from 287); Green value is 180 (70.70% from 255 or 62.72% from 287); Blue value is 91 (35.94% from 255 or 31.71% from 287); Max value from RGB is 180 - color contains mainly: green. Hex color #10B45B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10B45B is #EF4BA4. Grayscale: #797979. Windows color (decimal): -15682469 or 6009872. OLE color: 6009872.

HSL color Cylindrical-coordinate representation of color #10B45B: hue angle of 147.44º 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 #10B45B is Cyan = 0.91, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB1618091-
CMYK0.9100.490.29
HSL147.44º83.67%38.43%-
HSV(B)147.44º91.11%70.59%-
XYZ18.4233.5115.39-
YUV120.82111.1753.24-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.57%
GREEN value IS 180 (70.70% from 255) = 62.72%
BLUE value IS 91 (35.94% from 255) = 31.71%
R=5.57%
G=62.72%
B=31.71%

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
Decimal16180910.9100.490.29147.4483.6738.43
Hex10B45B5B0311D935426
Octal202641331330613522312446
Binary100001011010010110111011011011000111101100100111010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10B45B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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