#10B65A

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

Shades of Pigment Green #10B65A

Tints of Pigment Green #10B65A

Color information

#10B65A (or 0x10B65A) is unknown color: approx Pigment Green. HEX triplet: 10, B6 and 5A. RGB value is (16,182,90). Sum of RGB (Red+Green+Blue) = 16+182+90=288 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.56% from 288); Green value is 182 (71.48% from 255 or 63.19% from 288); Blue value is 90 (35.55% from 255 or 31.25% from 288); Max value from RGB is 182 - color contains mainly: green. Hex color #10B65A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10B65A is #EF49A5. Grayscale: #7A7A7A. Windows color (decimal): -15681958 or 5944848. OLE color: 5944848.

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

Color convert

RGB1618290-
CMYK0.9100.510.29
HSL146.75º83.84%38.82%-
HSV(B)146.75º91.21%71.37%-
XYZ18.7934.315.3-
YUV121.8811052.48-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.56%
GREEN value IS 182 (71.48% from 255) = 63.19%
BLUE value IS 90 (35.55% from 255) = 31.25%
R=5.56%
G=63.19%
B=31.25%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal16182900.9100.510.29146.7583.8438.82
Hex10B65A5B0331D935427
Octal202661321330633522312447
Binary100001011011010110101011011011001111101100100111010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10B65A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,182,90); }

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

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

 a { background-color: rgb(16,182,90); }

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

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

 span { border-color: rgb(16,182,90); }

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