Html Css Color HEX #0A845A Deep Sea

📋 copy color: '#0A845A'

red 10 ◦ green 132 ◦ blue 90

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

Shades of Deep Sea #0A845A

Tints of Deep Sea #0A845A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 56.9%

 BLUE value IS 90 (35.55% from 255) = 38.79%

R = 4.31%
G = 56.9%
B = 38.79%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#0A845A (or 0x0A845A) is known color: Deep Sea. HEX triplet: 0A, 84 and 5A. RGB value is (10,132,90). Sum of RGB (Red+Green+Blue) = 10+132+90=232 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.31% from 232); Green value is 132 (51.95% from 255 or 56.90% from 232); Blue value is 90 (35.55% from 255 or 38.79% from 232); Max value from RGB is 132 - color contains mainly: green. Hex color #0A845A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A845A is #F57BA5. Grayscale: #5A5A5A. Windows color (decimal): -16087974 or 5932042. OLE color: 5932042.

HSL color Cylindrical-coordinate representation of color #0A845A: hue angle of 159.34º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A845A is Cyan = 0.92, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB 10 132 90 -
CMYK 0.92 0 0.32 0.48
HSL 159.34º 0.86% 0.28% -
HSV(B) 159.34º 0.92% 0.52% -
XYZ 10.22 17.31 12.47 -
YUV 90.73 127.58 70.42 -
System Red Green Blue C M Y K H S L
Decimal 10 132 90 0.92 0 0.32 0.48 159.34 0.86 0.28
Hex A 84 5A 5C 0 20 30 9F 56 1C
Octal 12 204 132 134 0 40 60 237 126 34
Binary 1010 10000100 1011010 1011100 0 100000 110000 10011111 1010110 11100

Color Harmonies of #0A845A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A845A

Black with #0A845A

Text Example


Text Example

White with #0A845A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,132,90); }

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

background-color css

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

 a { background-color: rgb(10,132,90); }

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

border-color css

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

 span { border-color: rgb(10,132,90); }

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