#10B652

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

Shades of Pigment Green #10B652

Tints of Pigment Green #10B652

Color information

#10B652 (or 0x10B652) is unknown color: approx Pigment Green. HEX triplet: 10, B6 and 52. RGB value is (16,182,82). Sum of RGB (Red+Green+Blue) = 16+182+82=280 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.71% from 280); Green value is 182 (71.48% from 255 or 65% from 280); Blue value is 82 (32.42% from 255 or 29.29% from 280); Max value from RGB is 182 - color contains mainly: green. Hex color #10B652 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10B652 is #EF49AD. Grayscale: #797979. Windows color (decimal): -15681966 or 5420560. OLE color: 5420560.

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

Color convert

RGB1618282-
CMYK0.9100.550.29
HSL143.86º83.84%38.82%-
HSV(B)143.86º91.21%71.37%-
XYZ18.4634.1813.61-
YUV120.9710653.13-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.71%
GREEN value IS 182 (71.48% from 255) = 65%
BLUE value IS 82 (32.42% from 255) = 29.29%
R=5.71%
G=65%
B=29.29%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal16182820.9100.550.29143.8683.8438.82
Hex10B6525B0371D905427
Octal202661221330673522012447
Binary100001011011010100101011011011011111101100100001010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10B652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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