#10B65D

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

Shades of Pigment Green #10B65D

Tints of Pigment Green #10B65D

Color information

#10B65D (or 0x10B65D) is unknown color: approx Pigment Green. HEX triplet: 10, B6 and 5D. RGB value is (16,182,93). Sum of RGB (Red+Green+Blue) = 16+182+93=291 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.50% from 291); Green value is 182 (71.48% from 255 or 62.54% from 291); Blue value is 93 (36.72% from 255 or 31.96% from 291); Max value from RGB is 182 - color contains mainly: green. Hex color #10B65D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10B65D is #EF49A2. Grayscale: #7A7A7A. Windows color (decimal): -15681955 or 6141456. OLE color: 6141456.

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

Color convert

RGB1618293-
CMYK0.9100.490.29
HSL147.83º83.84%38.82%-
HSV(B)147.83º91.21%71.37%-
XYZ18.9234.3615.99-
YUV122.22111.552.24-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.50%
GREEN value IS 182 (71.48% from 255) = 62.54%
BLUE value IS 93 (36.72% from 255) = 31.96%
R=5.50%
G=62.54%
B=31.96%

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
Decimal16182930.9100.490.29147.8383.8438.82
Hex10B65D5B0311D945427
Octal202661351330613522412447
Binary100001011011010111011011011011000111101100101001010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10B65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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