#10A23F

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

Shades of Pigment Green #10A23F

Tints of Pigment Green #10A23F

Color information

#10A23F (or 0x10A23F) is unknown color: approx Pigment Green. HEX triplet: 10, A2 and 3F. RGB value is (16,162,63). Sum of RGB (Red+Green+Blue) = 16+162+63=241 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.64% from 241); Green value is 162 (63.67% from 255 or 67.22% from 241); Blue value is 63 (25% from 255 or 26.14% from 241); Max value from RGB is 162 - color contains mainly: green. Hex color #10A23F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10A23F is #EF5DC0. Grayscale: #6B6B6B. Windows color (decimal): -15687105 or 4170256. OLE color: 4170256.

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

Color convert

RGB1616263-
CMYK0.9000.610.36
HSL139.32º82.02%34.9%-
HSV(B)139.32º90.12%63.53%-
XYZ14.0326.319.04-
YUV107.06103.1363.05-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.64%
GREEN value IS 162 (63.67% from 255) = 67.22%
BLUE value IS 63 (25% from 255) = 26.14%
R=6.64%
G=67.22%
B=26.14%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16162630.9000.610.36139.3282.0234.9
Hex10A23F5A03D248b5223
Octal20242771320754421312243
Binary100001010001011111110110100111101100100100010111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10A23F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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