#10A23E

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

Shades of Pigment Green #10A23E

Tints of Pigment Green #10A23E

Color information

#10A23E (or 0x10A23E) is unknown color: approx Pigment Green. HEX triplet: 10, A2 and 3E. RGB value is (16,162,62). Sum of RGB (Red+Green+Blue) = 16+162+62=240 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.67% from 240); Green value is 162 (63.67% from 255 or 67.5% from 240); Blue value is 62 (24.61% from 255 or 25.83% from 240); Max value from RGB is 162 - color contains mainly: green. Hex color #10A23E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10A23E is #EF5DC1. Grayscale: #6B6B6B. Windows color (decimal): -15687106 or 4104720. OLE color: 4104720.

HSL color Cylindrical-coordinate representation of color #10A23E: hue angle of 138.9º 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 #10A23E is Cyan = 0.90, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB1616262-
CMYK0.9000.620.36
HSL138.9º82.02%34.9%-
HSV(B)138.9º90.12%63.53%-
XYZ1426.38.9-
YUV106.95102.6363.13-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.67%
GREEN value IS 162 (63.67% from 255) = 67.5%
BLUE value IS 62 (24.61% from 255) = 25.83%
R=6.67%
G=67.5%
B=25.83%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16162620.9000.620.36138.982.0234.9
Hex10A23E5A03E248b5223
Octal20242761320764421312243
Binary100001010001011111010110100111110100100100010111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10A23E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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