#0A683A

Color #0A683A Fun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fun Green #0A683A

Tints of Fun Green #0A683A

Color information

#0A683A (or 0x0A683A) is unknown color: approx Fun Green. HEX triplet: 0A, 68 and 3A. RGB value is (10,104,58). Sum of RGB (Red+Green+Blue) = 10+104+58=172 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.81% from 172); Green value is 104 (41.02% from 255 or 60.47% from 172); Blue value is 58 (23.05% from 255 or 33.72% from 172); Max value from RGB is 104 - color contains mainly: green. Hex color #0A683A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A683A is #F597C5. Grayscale: #464646. Windows color (decimal): -16095174 or 3827722. OLE color: 3827722.

HSL color Cylindrical-coordinate representation of color #0A683A: hue angle of 150.64º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A683A is Cyan = 0.90, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.59.

Color convert

RGB1010458-
CMYK0.9000.440.59
HSL150.64º82.46%22.35%-
HSV(B)150.64º90.38%40.78%-
XYZ5.8410.275.68-
YUV70.65120.8684.74-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.81%
GREEN value IS 104 (41.02% from 255) = 60.47%
BLUE value IS 58 (23.05% from 255) = 33.72%
R=5.81%
G=60.47%
B=33.72%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10104580.9000.440.59150.6482.4622.35
HexA683A5A02C3B975216
Octal12150721320547322712226
Binary101011010001110101011010010110011101110010111101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A683A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A683A; }

 p { color: rgb(10,104,58); }

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

<style>
 a { background-color: #0A683A; }

 a { background-color: rgb(10,104,58); }

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

<style>
 span { border-color: #0A683A; }

 span { border-color: rgb(10,104,58); }

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