#10A738

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

Shades of Dark Pastel Green #10A738

Tints of Dark Pastel Green #10A738

Color information

#10A738 (or 0x10A738) is unknown color: approx Dark Pastel Green. HEX triplet: 10, A7 and 38. RGB value is (16,167,56). Sum of RGB (Red+Green+Blue) = 16+167+56=239 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.69% from 239); Green value is 167 (65.62% from 255 or 69.87% from 239); Blue value is 56 (22.27% from 255 or 23.43% from 239); Max value from RGB is 167 - color contains mainly: green. Hex color #10A738 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10A738 is #EF58C7. Grayscale: #6D6D6D. Windows color (decimal): -15685832 or 3712784. OLE color: 3712784.

HSL color Cylindrical-coordinate representation of color #10A738: hue angle of 135.89º degrees, saturation: 0.83, 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 #10A738 is Cyan = 0.90, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.35.

Color convert

RGB1616756-
CMYK0.9000.660.35
HSL135.89º82.51%35.88%-
HSV(B)135.89º90.42%65.49%-
XYZ14.7528.038.38-
YUV109.297.9761.53-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.69%
GREEN value IS 167 (65.62% from 255) = 69.87%
BLUE value IS 56 (22.27% from 255) = 23.43%
R=6.69%
G=69.87%
B=23.43%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16167560.9000.660.35135.8982.5135.88
Hex10A7385A04223885324
Octal202477013201024321012344
Binary1000010100111111000101101001000010100011100010001010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10A738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,167,56); }

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

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

 a { background-color: rgb(16,167,56); }

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

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

 span { border-color: rgb(16,167,56); }

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