Html Css Color HEX #0A8459 Deep Sea

📋 copy color: '#0A8459'

red 10 ◦ green 132 ◦ blue 89

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

Shades of Deep Sea #0A8459

Tints of Deep Sea #0A8459

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 38.53%

R = 4.33%
G = 57.14%
B = 38.53%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.33

 K value IS 0.48

RGB Variations

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

Color information

#0A8459 (or 0x0A8459) is known color: Deep Sea. HEX triplet: 0A, 84 and 59. RGB value is (10,132,89). Sum of RGB (Red+Green+Blue) = 10+132+89=231 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.33% from 231); Green value is 132 (51.95% from 255 or 57.14% from 231); Blue value is 89 (35.16% from 255 or 38.53% from 231); Max value from RGB is 132 - color contains mainly: green. Hex color #0A8459 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8459 is #F57BA6. Grayscale: #5A5A5A. Windows color (decimal): -16087975 or 5866506. OLE color: 5866506.

HSL color Cylindrical-coordinate representation of color #0A8459: hue angle of 158.85º 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 #0A8459 is Cyan = 0.92, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.48.

Color convert

RGB 10 132 89 -
CMYK 0.92 0 0.33 0.48
HSL 158.85º 0.86% 0.28% -
HSV(B) 158.85º 0.92% 0.52% -
XYZ 10.18 17.29 12.25 -
YUV 90.62 127.08 70.5 -
System Red Green Blue C M Y K H S L
Decimal 10 132 89 0.92 0 0.33 0.48 158.85 0.86 0.28
Hex A 84 59 5C 0 21 30 9F 56 1C
Octal 12 204 131 134 0 41 60 237 126 34
Binary 1010 10000100 1011001 1011100 0 100001 110000 10011111 1010110 11100

Color Harmonies of #0A8459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8459

Black with #0A8459

Text Example


Text Example

White with #0A8459

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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