Html Css Color HEX #0A7813 Green

📋 copy color: '#0A7813'

red 10 ◦ green 120 ◦ blue 19

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

Shades of Green #0A7813

Tints of Green #0A7813

RGB

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

 GREEN value IS 120 (47.27% from 255) = 80.54%

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

R = 6.71%
G = 80.54%
B = 12.75%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#0A7813 (or 0x0A7813) is known color: Green. HEX triplet: 0A, 78 and 13. RGB value is (10,120,19). Sum of RGB (Red+Green+Blue) = 10+120+19=149 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.71% from 149); Green value is 120 (47.27% from 255 or 80.54% from 149); Blue value is 19 (7.81% from 255 or 12.75% from 149); Max value from RGB is 120 - color contains mainly: green. Hex color #0A7813 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A7813 is #F587EC. Grayscale: #4B4B4B. Windows color (decimal): -16091117 or 1275914. OLE color: 1275914.

HSL color Cylindrical-coordinate representation of color #0A7813: hue angle of 124.91º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7813 is Cyan = 0.92, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.53.

Color convert

RGB 10 120 19 -
CMYK 0.92 0 0.84 0.53
HSL 124.91º 0.85% 0.25% -
HSV(B) 124.91º 0.92% 0.47% -
XYZ 6.96 13.54 2.86 -
YUV 75.6 96.06 81.21 -
System Red Green Blue C M Y K H S L
Decimal 10 120 19 0.92 0 0.84 0.53 124.91 0.85 0.25
Hex A 78 13 5C 0 54 35 7D 55 19
Octal 12 170 23 134 0 124 65 175 125 31
Binary 1010 1111000 10011 1011100 0 1010100 110101 1111101 1010101 11001

Color Harmonies of #0A7813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A7813

Black with #0A7813

Text Example


Text Example

White with #0A7813

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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