#10A63E

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

Shades of Pigment Green #10A63E

Tints of Pigment Green #10A63E

Color information

#10A63E (or 0x10A63E) is unknown color: approx Pigment Green. HEX triplet: 10, A6 and 3E. RGB value is (16,166,62). Sum of RGB (Red+Green+Blue) = 16+166+62=244 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.56% from 244); Green value is 166 (65.23% from 255 or 68.03% from 244); Blue value is 62 (24.61% from 255 or 25.41% from 244); Max value from RGB is 166 - color contains mainly: green. Hex color #10A63E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10A63E is #EF59C1. Grayscale: #6D6D6D. Windows color (decimal): -15686082 or 4105744. OLE color: 4105744.

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

Color convert

RGB1616662-
CMYK0.9000.630.35
HSL138.4º82.42%35.69%-
HSV(B)138.4º90.36%65.1%-
XYZ14.7227.739.13-
YUV109.29101.361.46-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.56%
GREEN value IS 166 (65.23% from 255) = 68.03%
BLUE value IS 62 (24.61% from 255) = 25.41%
R=6.56%
G=68.03%
B=25.41%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16166620.9000.630.35138.482.4235.69
Hex10A63E5A03F238a5224
Octal20246761320774321212244
Binary100001010011011111010110100111111100011100010101010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10A63E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,166,62); }

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

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

 a { background-color: rgb(16,166,62); }

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

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

 span { border-color: rgb(16,166,62); }

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