#0A630B

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

Shades of Green #0A630B

Tints of Green #0A630B

Color information

#0A630B (or 0x0A630B) is unknown color: approx Green. HEX triplet: 0A, 63 and 0B. RGB value is (10,99,11). Sum of RGB (Red+Green+Blue) = 10+99+11=120 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.33% from 120); Green value is 99 (39.06% from 255 or 82.5% from 120); Blue value is 11 (4.69% from 255 or 9.17% from 120); Max value from RGB is 99 - color contains mainly: green. Hex color #0A630B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A630B is #F59CF4. Grayscale: #3E3E3E. Windows color (decimal): -16096501 or 746250. OLE color: 746250.

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

Color convert

RGB109911-
CMYK0.9000.890.61
HSL120.67º81.65%21.37%-
HSV(B)120.67º89.9%38.82%-
XYZ4.659.011.81-
YUV62.3699.0190.66-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.33%
GREEN value IS 99 (39.06% from 255) = 82.5%
BLUE value IS 11 (4.69% from 255) = 9.17%
R=8.33%
G=82.5%
B=9.17%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1099110.9000.890.61120.6781.6521.37
HexA63B5A0593D795215
Octal121431313201317517112225
Binary1010110001110111011010010110011111011111001101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A630B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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