Html Css Color HEX #4FA16C Ocean Green

📋 copy color: '#4FA16C'

red 79 ◦ green 161 ◦ blue 108

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

Shades of Ocean Green #4FA16C

Tints of Ocean Green #4FA16C

RGB

 RED value IS 79 (31.25% from 255) = 22.7%

 GREEN value IS 161 (63.28% from 255) = 46.26%

 BLUE value IS 108 (42.58% from 255) = 31.03%

R = 22.7%
G = 46.26%
B = 31.03%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.33

 K value IS 0.37

RGB Variations

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

Color information

#4FA16C (or 0x4FA16C) is known color: Ocean Green. HEX triplet: 4F, A1 and 6C. RGB value is (79,161,108). Sum of RGB (Red+Green+Blue) = 79+161+108=348 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.70% from 348); Green value is 161 (63.28% from 255 or 46.26% from 348); Blue value is 108 (42.58% from 255 or 31.03% from 348); Max value from RGB is 161 - color contains mainly: green. Hex color #4FA16C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA16C is #B05E93. Grayscale: #828282. Windows color (decimal): -11558548 or 7119183. OLE color: 7119183.

HSL color Cylindrical-coordinate representation of color #4FA16C: hue angle of 141.22º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4FA16C is Cyan = 0.51, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.37.

Color convert

RGB 79 161 108 -
CMYK 0.51 0 0.33 0.37
HSL 141.22º 0.34% 0.47% -
HSV(B) 141.22º 0.51% 0.63% -
XYZ 18.68 28.23 18.65 -
YUV 130.44 115.33 91.31 -
System Red Green Blue C M Y K H S L
Decimal 79 161 108 0.51 0 0.33 0.37 141.22 0.34 0.47
Hex 4F A1 6C 33 0 21 25 8D 22 2F
Octal 117 241 154 63 0 41 45 215 42 57
Binary 1001111 10100001 1101100 110011 0 100001 100101 10001101 100010 101111

Color Harmonies of #4FA16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FA16C

Black with #4FA16C

Text Example


Text Example

White with #4FA16C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,161,108); }

 H1.HeaderClassName
 {
   color: #4FA16C;
 }
 .AnyTagClassName
 {
   color: #4FA16C;
 }
</style>

background-color css

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

 a { background-color: rgb(79,161,108); }

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

border-color css

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

 span { border-color: rgb(79,161,108); }

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