Html Css Color HEX #0A610C Green

📋 copy color: '#0A610C'

red 10 ◦ green 97 ◦ blue 12

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

Shades of Green #0A610C

Tints of Green #0A610C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 81.51%

 BLUE value IS 12 (5.08% from 255) = 10.08%

R = 8.4%
G = 81.51%
B = 10.08%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.88

 K value IS 0.62

RGB Variations

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

Color information

#0A610C (or 0x0A610C) is known color: Green. HEX triplet: 0A, 61 and 0C. RGB value is (10,97,12). Sum of RGB (Red+Green+Blue) = 10+97+12=119 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.40% from 119); Green value is 97 (38.28% from 255 or 81.51% from 119); Blue value is 12 (5.08% from 255 or 10.08% from 119); Max value from RGB is 97 - color contains mainly: green. Hex color #0A610C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A610C is #F59EF3. Grayscale: #3D3D3D. Windows color (decimal): -16097012 or 811274. OLE color: 811274.

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

Color convert

RGB 10 97 12 -
CMYK 0.90 0 0.88 0.62
HSL 121.38º 0.81% 0.21% -
HSV(B) 121.38º 0.9% 0.38% -
XYZ 4.47 8.64 1.78 -
YUV 61.3 100.18 91.41 -
System Red Green Blue C M Y K H S L
Decimal 10 97 12 0.90 0 0.88 0.62 121.38 0.81 0.21
Hex A 61 C 5A 0 58 3E 79 51 15
Octal 12 141 14 132 0 130 76 171 121 25
Binary 1010 1100001 1100 1011010 0 1011000 111110 1111001 1010001 10101

Color Harmonies of #0A610C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A610C

Black with #0A610C

Text Example


Text Example

White with #0A610C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,97,12); }

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

background-color css

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

 a { background-color: rgb(10,97,12); }

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

border-color css

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

 span { border-color: rgb(10,97,12); }

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