#09855A

Color #09855A Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #09855A

Tints of Deep Sea #09855A

Color information

#09855A (or 0x09855A) is unknown color: approx Deep Sea. HEX triplet: 09, 85 and 5A. RGB value is (9,133,90). Sum of RGB (Red+Green+Blue) = 9+133+90=232 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.88% from 232); Green value is 133 (52.34% from 255 or 57.33% from 232); Blue value is 90 (35.55% from 255 or 38.79% from 232); Max value from RGB is 133 - color contains mainly: green. Hex color #09855A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09855A is #F67AA5. Grayscale: #5B5B5B. Windows color (decimal): -16153254 or 5932297. OLE color: 5932297.

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

Color convert

RGB913390-
CMYK0.9300.320.48
HSL159.19º87.32%27.84%-
HSV(B)159.19º93.23%52.16%-
XYZ10.3517.5712.52-
YUV91.02127.4269.5-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.88%
GREEN value IS 133 (52.34% from 255) = 57.33%
BLUE value IS 90 (35.55% from 255) = 38.79%
R=3.88%
G=57.33%
B=38.79%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal9133900.9300.320.48159.1987.3227.84
Hex9855A5D020309f571c
Octal112051321350406023712734
Binary10011000010110110101011101010000011000010011111101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09855A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09855A; }

 p { color: rgb(9,133,90); }

 H1.HeaderClassName
 {
   color: #09855A;
 }
 .AnyTagClassName
 {
   color: #09855A;
 }
</style>
background-color css

<style>
 a { background-color: #09855A; }

 a { background-color: rgb(9,133,90); }

 div.DivClassName
 {
   background-color: #09855A;
 }
 .BgClassName
 {
   background-color: #09855A;
 }
</style>
border-color css

<style>
 span { border-color: #09855A; }

 span { border-color: rgb(9,133,90); }

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