#45A96D

Color #45A96D Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #45A96D

Tints of Ocean Green #45A96D

Color information

#45A96D (or 0x45A96D) is unknown color: approx Ocean Green. HEX triplet: 45, A9 and 6D. RGB value is (69,169,109). Sum of RGB (Red+Green+Blue) = 69+169+109=347 (45% of max value = 765). Red value is 69 (27.34% from 255 or 19.88% from 347); Green value is 169 (66.41% from 255 or 48.70% from 347); Blue value is 109 (42.97% from 255 or 31.41% from 347); Max value from RGB is 169 - color contains mainly: green. Hex color #45A96D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45A96D is #BA5692. Grayscale: #848484. Windows color (decimal): -12211859 or 7186757. OLE color: 7186757.

HSL color Cylindrical-coordinate representation of color #45A96D: hue angle of 144º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #45A96D is Cyan = 0.59, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.34.

Color convert

RGB69169109-
CMYK0.5900.360.34
HSL144º42.02%46.67%-
HSV(B)144º59.17%66.27%-
XYZ19.430.7519.38-
YUV132.26114.8782.88-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.88%
GREEN value IS 169 (66.41% from 255) = 48.70%
BLUE value IS 109 (42.97% from 255) = 31.41%
R=19.88%
G=48.70%
B=31.41%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal691691090.5900.360.3414442.0246.67
Hex45A96D3B02422902a2f
Octal10525115573044422205257
Binary1000101101010011101101111011010010010001010010000101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45A96D; }

 p { color: rgb(69,169,109); }

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

<style>
 a { background-color: #45A96D; }

 a { background-color: rgb(69,169,109); }

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

<style>
 span { border-color: #45A96D; }

 span { border-color: rgb(69,169,109); }

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