#10A240

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

Shades of Pigment Green #10A240

Tints of Pigment Green #10A240

Color information

#10A240 (or 0x10A240) is unknown color: approx Pigment Green. HEX triplet: 10, A2 and 40. RGB value is (16,162,64). Sum of RGB (Red+Green+Blue) = 16+162+64=242 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.61% from 242); Green value is 162 (63.67% from 255 or 66.94% from 242); Blue value is 64 (25.39% from 255 or 26.45% from 242); Max value from RGB is 162 - color contains mainly: green. Hex color #10A240 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10A240 is #EF5DBF. Grayscale: #6B6B6B. Windows color (decimal): -15687104 or 4235792. OLE color: 4235792.

HSL color Cylindrical-coordinate representation of color #10A240: hue angle of 139.73º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A240 is Cyan = 0.90, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB1616264-
CMYK0.9000.600.36
HSL139.73º82.02%34.9%-
HSV(B)139.73º90.12%63.53%-
XYZ14.0626.329.19-
YUV107.17103.6362.97-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.61%
GREEN value IS 162 (63.67% from 255) = 66.94%
BLUE value IS 64 (25.39% from 255) = 26.45%
R=6.61%
G=66.94%
B=26.45%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16162640.9000.600.36139.7382.0234.9
Hex10A2405A03C248c5223
Octal202421001320744421412243
Binary1000010100010100000010110100111100100100100011001010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10A240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,162,64); }

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

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

 a { background-color: rgb(16,162,64); }

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

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

 span { border-color: rgb(16,162,64); }

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