#48A966

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

Shades of Ocean Green #48A966

Tints of Ocean Green #48A966

Color information

#48A966 (or 0x48A966) is unknown color: approx Ocean Green. HEX triplet: 48, A9 and 66. RGB value is (72,169,102). Sum of RGB (Red+Green+Blue) = 72+169+102=343 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.99% from 343); Green value is 169 (66.41% from 255 or 49.27% from 343); Blue value is 102 (40.23% from 255 or 29.74% from 343); Max value from RGB is 169 - color contains mainly: green. Hex color #48A966 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48A966 is #B75699. Grayscale: #848484. Windows color (decimal): -12015258 or 6728008. OLE color: 6728008.

HSL color Cylindrical-coordinate representation of color #48A966: hue angle of 138.56º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #48A966 is Cyan = 0.57, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB72169102-
CMYK0.5700.400.34
HSL138.56º40.25%47.25%-
HSV(B)138.56º57.4%66.27%-
XYZ19.2630.7117.48-
YUV132.36110.8684.95-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.99%
GREEN value IS 169 (66.41% from 255) = 49.27%
BLUE value IS 102 (40.23% from 255) = 29.74%
R=20.99%
G=49.27%
B=29.74%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal721691020.5700.400.34138.5640.2547.25
Hex48A96639028228b282f
Octal11025114671050422135057
Binary1001000101010011100110111001010100010001010001011101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48A966; }

 p { color: rgb(72,169,102); }

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

<style>
 a { background-color: #48A966; }

 a { background-color: rgb(72,169,102); }

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

<style>
 span { border-color: #48A966; }

 span { border-color: rgb(72,169,102); }

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