Html Css Color HEX #0A6313 Green

📋 copy color: '#0A6313'

red 10 ◦ green 99 ◦ blue 19

#0A6313
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #0A6313

Tints of Green #0A6313

RGB

 RED value IS 10 (4.3% from 255) = 7.81%

 GREEN value IS 99 (39.06% from 255) = 77.34%

 BLUE value IS 19 (7.81% from 255) = 14.84%

R = 7.81%
G = 77.34%
B = 14.84%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.81

 K value IS 0.61

RGB Variations

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

Color information

#0A6313 (or 0x0A6313) is known color: Green. HEX triplet: 0A, 63 and 13. RGB value is (10,99,19). Sum of RGB (Red+Green+Blue) = 10+99+19=128 (16% of max value = 765). Red value is 10 (4.30% from 255 or 7.81% from 128); Green value is 99 (39.06% from 255 or 77.34% from 128); Blue value is 19 (7.81% from 255 or 14.84% from 128); Max value from RGB is 99 - color contains mainly: green. Hex color #0A6313 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A6313 is #F59CEC. Grayscale: #3F3F3F. Windows color (decimal): -16096493 or 1270538. OLE color: 1270538.

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

Color convert

RGB 10 99 19 -
CMYK 0.90 0 0.81 0.61
HSL 126.07º 0.82% 0.21% -
HSV(B) 126.07º 0.9% 0.39% -
XYZ 4.7 9.04 2.11 -
YUV 63.27 103.01 90 -
System Red Green Blue C M Y K H S L
Decimal 10 99 19 0.90 0 0.81 0.61 126.07 0.82 0.21
Hex A 63 13 5A 0 51 3D 7E 52 15
Octal 12 143 23 132 0 121 75 176 122 25
Binary 1010 1100011 10011 1011010 0 1010001 111101 1111110 1010010 10101

Color Harmonies of #0A6313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6313

Black with #0A6313

Text Example


Text Example

White with #0A6313

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0A6313;
 }
 .AnyTagClassName
 {
   color: #0A6313;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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