#4CA16F

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

Shades of Ocean Green #4CA16F

Tints of Ocean Green #4CA16F

Color information

#4CA16F (or 0x4CA16F) is unknown color: approx Ocean Green. HEX triplet: 4C, A1 and 6F. RGB value is (76,161,111). Sum of RGB (Red+Green+Blue) = 76+161+111=348 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.84% from 348); Green value is 161 (63.28% from 255 or 46.26% from 348); Blue value is 111 (43.75% from 255 or 31.90% from 348); Max value from RGB is 161 - color contains mainly: green. Hex color #4CA16F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CA16F is #B35E90. Grayscale: #828282. Windows color (decimal): -11755153 or 7315788. OLE color: 7315788.

HSL color Cylindrical-coordinate representation of color #4CA16F: hue angle of 144.71º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4CA16F is Cyan = 0.53, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB76161111-
CMYK0.5300.310.37
HSL144.71º35.86%46.47%-
HSV(B)144.71º52.8%63.14%-
XYZ18.5928.1719.5-
YUV129.88117.3489.57-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.84%
GREEN value IS 161 (63.28% from 255) = 46.26%
BLUE value IS 111 (43.75% from 255) = 31.90%
R=21.84%
G=46.26%
B=31.90%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal761611110.5300.310.37144.7135.8646.47
Hex4CA16F3501F2591242e
Octal11424115765037452214456
Binary100110010100001110111111010101111110010110010001100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA16F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4CA16F; }

 p { color: rgb(76,161,111); }

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

<style>
 a { background-color: #4CA16F; }

 a { background-color: rgb(76,161,111); }

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

<style>
 span { border-color: #4CA16F; }

 span { border-color: rgb(76,161,111); }

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