Html Css Color HEX #4FA17D Ocean Green

📋 copy color: '#4FA17D'

red 79 ◦ green 161 ◦ blue 125

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

Shades of Ocean Green #4FA17D

Tints of Ocean Green #4FA17D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.25%

R = 21.64%
G = 44.11%
B = 34.25%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#4FA17D (or 0x4FA17D) is known color: Ocean Green. HEX triplet: 4F, A1 and 7D. RGB value is (79,161,125). Sum of RGB (Red+Green+Blue) = 79+161+125=365 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.64% from 365); Green value is 161 (63.28% from 255 or 44.11% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 161 - color contains mainly: green. Hex color #4FA17D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA17D is #B05E82. Grayscale: #848484. Windows color (decimal): -11558531 or 8233295. OLE color: 8233295.

HSL color Cylindrical-coordinate representation of color #4FA17D: hue angle of 153.66º 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 #4FA17D is Cyan = 0.51, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 79 161 125 -
CMYK 0.51 0 0.22 0.37
HSL 153.66º 0.34% 0.47% -
HSV(B) 153.66º 0.51% 0.63% -
XYZ 19.67 28.63 23.89 -
YUV 132.38 123.83 89.93 -
System Red Green Blue C M Y K H S L
Decimal 79 161 125 0.51 0 0.22 0.37 153.66 0.34 0.47
Hex 4F A1 7D 33 0 16 25 9A 22 2F
Octal 117 241 175 63 0 26 45 232 42 57
Binary 1001111 10100001 1111101 110011 0 10110 100101 10011010 100010 101111

Color Harmonies of #4FA17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FA17D

Black with #4FA17D

Text Example


Text Example

White with #4FA17D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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