Html Css Color HEX #0A8963 Deep Sea

📋 copy color: '#0A8963'

red 10 ◦ green 137 ◦ blue 99

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

Shades of Deep Sea #0A8963

Tints of Deep Sea #0A8963

RGB

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

 GREEN value IS 137 (53.91% from 255) = 55.69%

 BLUE value IS 99 (39.06% from 255) = 40.24%

R = 4.07%
G = 55.69%
B = 40.24%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.28

 K value IS 0.46

RGB Variations

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

Color information

#0A8963 (or 0x0A8963) is known color: Deep Sea. HEX triplet: 0A, 89 and 63. RGB value is (10,137,99). Sum of RGB (Red+Green+Blue) = 10+137+99=246 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.07% from 246); Green value is 137 (53.91% from 255 or 55.69% from 246); Blue value is 99 (39.06% from 255 or 40.24% from 246); Max value from RGB is 137 - color contains mainly: green. Hex color #0A8963 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8963 is #F5769C. Grayscale: #5E5E5E. Windows color (decimal): -16086685 or 6523146. OLE color: 6523146.

HSL color Cylindrical-coordinate representation of color #0A8963: hue angle of 162.05º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8963 is Cyan = 0.93, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB 10 137 99 -
CMYK 0.93 0 0.28 0.46
HSL 162.05º 0.86% 0.29% -
HSV(B) 162.05º 0.93% 0.54% -
XYZ 11.32 18.86 14.85 -
YUV 94.7 130.42 67.59 -
System Red Green Blue C M Y K H S L
Decimal 10 137 99 0.93 0 0.28 0.46 162.05 0.86 0.29
Hex A 89 63 5D 0 1C 2E A2 56 1D
Octal 12 211 143 135 0 34 56 242 126 35
Binary 1010 10001001 1100011 1011101 0 11100 101110 10100010 1010110 11101

Color Harmonies of #0A8963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8963

Black with #0A8963

Text Example


Text Example

White with #0A8963

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,137,99); }

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

background-color css

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

 a { background-color: rgb(10,137,99); }

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

border-color css

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

 span { border-color: rgb(10,137,99); }

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