#10A82B

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

Shades of Dark Pastel Green #10A82B

Tints of Dark Pastel Green #10A82B

Color information

#10A82B (or 0x10A82B) is unknown color: approx Dark Pastel Green. HEX triplet: 10, A8 and 2B. RGB value is (16,168,43). Sum of RGB (Red+Green+Blue) = 16+168+43=227 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.05% from 227); Green value is 168 (66.02% from 255 or 74.01% from 227); Blue value is 43 (17.19% from 255 or 18.94% from 227); Max value from RGB is 168 - color contains mainly: green. Hex color #10A82B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10A82B is #EF57D4. Grayscale: #6C6C6C. Windows color (decimal): -15685589 or 2861072. OLE color: 2861072.

HSL color Cylindrical-coordinate representation of color #10A82B: hue angle of 130.66º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A82B is Cyan = 0.90, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.34.

Color convert

RGB1616843-
CMYK0.9000.740.34
HSL130.66º82.61%36.08%-
HSV(B)130.66º90.48%65.88%-
XYZ14.6528.296.97-
YUV108.391.1462.16-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.05%
GREEN value IS 168 (66.02% from 255) = 74.01%
BLUE value IS 43 (17.19% from 255) = 18.94%
R=7.05%
G=74.01%
B=18.94%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16168430.9000.740.34130.6682.6136.08
Hex10A82B5A04A22835324
Octal202505313201124220312344
Binary1000010101000101011101101001001010100010100000111010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10A82B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,168,43); }

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

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

 a { background-color: rgb(16,168,43); }

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

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

 span { border-color: rgb(16,168,43); }

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