#10B75E

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

Shades of Pigment Green #10B75E

Tints of Pigment Green #10B75E

Color information

#10B75E (or 0x10B75E) is unknown color: approx Pigment Green. HEX triplet: 10, B7 and 5E. RGB value is (16,183,94). Sum of RGB (Red+Green+Blue) = 16+183+94=293 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.46% from 293); Green value is 183 (71.88% from 255 or 62.46% from 293); Blue value is 94 (37.11% from 255 or 32.08% from 293); Max value from RGB is 183 - color contains mainly: green. Hex color #10B75E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10B75E is #EF48A1. Grayscale: #7B7B7B. Windows color (decimal): -15681698 or 6207248. OLE color: 6207248.

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

Color convert

RGB1618394-
CMYK0.9100.490.28
HSL148.02º83.92%39.02%-
HSV(B)148.02º91.26%71.76%-
XYZ19.1734.7916.29-
YUV122.92111.6751.74-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.46%
GREEN value IS 183 (71.88% from 255) = 62.46%
BLUE value IS 94 (37.11% from 255) = 32.08%
R=5.46%
G=62.46%
B=32.08%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal16183940.9100.490.28148.0283.9239.02
Hex10B75E5B0311C945427
Octal202671361330613422412447
Binary100001011011110111101011011011000111100100101001010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10B75E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,183,94); }

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

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

 a { background-color: rgb(16,183,94); }

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

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

 span { border-color: rgb(16,183,94); }

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