Html Css Color HEX #4AA17C Ocean Green

📋 copy color: '#4AA17C'

red 74 ◦ green 161 ◦ blue 124

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

Shades of Ocean Green #4AA17C

Tints of Ocean Green #4AA17C

RGB

 RED value IS 74 (29.3% from 255) = 20.61%

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

 BLUE value IS 124 (48.83% from 255) = 34.54%

R = 20.61%
G = 44.85%
B = 34.54%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#4AA17C (or 0x4AA17C) is known color: Ocean Green. HEX triplet: 4A, A1 and 7C. RGB value is (74,161,124). Sum of RGB (Red+Green+Blue) = 74+161+124=359 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.61% from 359); Green value is 161 (63.28% from 255 or 44.85% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 161 - color contains mainly: green. Hex color #4AA17C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AA17C is #B55E83. Grayscale: #828282. Windows color (decimal): -11886212 or 8167754. OLE color: 8167754.

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

Color convert

RGB 74 161 124 -
CMYK 0.54 0 0.23 0.37
HSL 154.48º 0.37% 0.46% -
HSV(B) 154.48º 0.54% 0.63% -
XYZ 19.21 28.4 23.54 -
YUV 130.77 124.18 87.51 -
System Red Green Blue C M Y K H S L
Decimal 74 161 124 0.54 0 0.23 0.37 154.48 0.37 0.46
Hex 4A A1 7C 36 0 17 25 9A 25 2E
Octal 112 241 174 66 0 27 45 232 45 56
Binary 1001010 10100001 1111100 110110 0 10111 100101 10011010 100101 101110

Color Harmonies of #4AA17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AA17C

Black with #4AA17C

Text Example


Text Example

White with #4AA17C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,161,124); }

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

background-color css

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

 a { background-color: rgb(74,161,124); }

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

border-color css

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

 span { border-color: rgb(74,161,124); }

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