Html Css Color HEX #0A5D46 Jewel

📋 copy color: '#0A5D46'

red 10 ◦ green 93 ◦ blue 70

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

Shades of Jewel #0A5D46

Tints of Jewel #0A5D46

RGB

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

 GREEN value IS 93 (36.72% from 255) = 53.76%

 BLUE value IS 70 (27.73% from 255) = 40.46%

R = 5.78%
G = 53.76%
B = 40.46%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.25

 K value IS 0.64

RGB Variations

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

Color information

#0A5D46 (or 0x0A5D46) is known color: Jewel. HEX triplet: 0A, 5D and 46. RGB value is (10,93,70). Sum of RGB (Red+Green+Blue) = 10+93+70=173 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.78% from 173); Green value is 93 (36.72% from 255 or 53.76% from 173); Blue value is 70 (27.73% from 255 or 40.46% from 173); Max value from RGB is 93 - color contains mainly: green. Hex color #0A5D46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5D46 is #F5A2B9. Grayscale: #414141. Windows color (decimal): -16097978 or 4611338. OLE color: 4611338.

HSL color Cylindrical-coordinate representation of color #0A5D46: hue angle of 163.37º degrees, saturation: 0.81, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A5D46 is Cyan = 0.89, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.64.

Color convert

RGB 10 93 70 -
CMYK 0.89 0 0.25 0.64
HSL 163.37º 0.81% 0.2% -
HSV(B) 163.37º 0.89% 0.36% -
XYZ 5.15 8.34 7.13 -
YUV 65.56 130.5 88.37 -
System Red Green Blue C M Y K H S L
Decimal 10 93 70 0.89 0 0.25 0.64 163.37 0.81 0.2
Hex A 5D 46 59 0 19 40 A3 51 14
Octal 12 135 106 131 0 31 100 243 121 24
Binary 1010 1011101 1000110 1011001 0 11001 1000000 10100011 1010001 10100

Color Harmonies of #0A5D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5D46

Black with #0A5D46

Text Example


Text Example

White with #0A5D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,93,70); }

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

background-color css

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

 a { background-color: rgb(10,93,70); }

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

border-color css

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

 span { border-color: rgb(10,93,70); }

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