Html Css Color HEX #0A6210 Green

📋 copy color: '#0A6210'

red 10 ◦ green 98 ◦ blue 16

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

Shades of Green #0A6210

Tints of Green #0A6210

RGB

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

 GREEN value IS 98 (38.67% from 255) = 79.03%

 BLUE value IS 16 (6.64% from 255) = 12.9%

R = 8.06%
G = 79.03%
B = 12.9%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#0A6210 (or 0x0A6210) is known color: Green. HEX triplet: 0A, 62 and 10. RGB value is (10,98,16). Sum of RGB (Red+Green+Blue) = 10+98+16=124 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.06% from 124); Green value is 98 (38.67% from 255 or 79.03% from 124); Blue value is 16 (6.64% from 255 or 12.90% from 124); Max value from RGB is 98 - color contains mainly: green. Hex color #0A6210 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A6210 is #F59DEF. Grayscale: #3E3E3E. Windows color (decimal): -16096752 or 1073674. OLE color: 1073674.

HSL color Cylindrical-coordinate representation of color #0A6210: hue angle of 124.09º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A6210 is Cyan = 0.90, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB 10 98 16 -
CMYK 0.90 0 0.84 0.62
HSL 124.09º 0.81% 0.21% -
HSV(B) 124.09º 0.9% 0.38% -
XYZ 4.59 8.84 1.95 -
YUV 62.34 101.85 90.67 -
System Red Green Blue C M Y K H S L
Decimal 10 98 16 0.90 0 0.84 0.62 124.09 0.81 0.21
Hex A 62 10 5A 0 54 3E 7C 51 15
Octal 12 142 20 132 0 124 76 174 121 25
Binary 1010 1100010 10000 1011010 0 1010100 111110 1111100 1010001 10101

Color Harmonies of #0A6210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6210

Black with #0A6210

Text Example


Text Example

White with #0A6210

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,98,16); }

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

background-color css

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

 a { background-color: rgb(10,98,16); }

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

border-color css

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

 span { border-color: rgb(10,98,16); }

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