#0A630F

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

Shades of Green #0A630F

Tints of Green #0A630F

Color information

#0A630F (or 0x0A630F) is unknown color: approx Green. HEX triplet: 0A, 63 and 0F. RGB value is (10,99,15). Sum of RGB (Red+Green+Blue) = 10+99+15=124 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.06% from 124); Green value is 99 (39.06% from 255 or 79.84% from 124); Blue value is 15 (6.25% from 255 or 12.10% from 124); Max value from RGB is 99 - color contains mainly: green. Hex color #0A630F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A630F is #F59CF0. Grayscale: #3F3F3F. Windows color (decimal): -16096497 or 1008394. OLE color: 1008394.

HSL color Cylindrical-coordinate representation of color #0A630F: hue angle of 123.37º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A630F is Cyan = 0.90, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.61.

Color convert

RGB109915-
CMYK0.9000.850.61
HSL123.37º81.65%21.37%-
HSV(B)123.37º89.9%38.82%-
XYZ4.679.021.95-
YUV62.81101.0190.33-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.06%
GREEN value IS 99 (39.06% from 255) = 79.84%
BLUE value IS 15 (6.25% from 255) = 12.10%
R=8.06%
G=79.84%
B=12.10%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1099150.9000.850.61123.3781.6521.37
HexA63F5A0553D7b5215
Octal121431713201257517312225
Binary1010110001111111011010010101011111011111011101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A630F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,99,15); }

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

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

 a { background-color: rgb(10,99,15); }

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

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

 span { border-color: rgb(10,99,15); }

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