Html Css Color HEX #4EA170 Ocean Green

📋 copy color: '#4EA170'

red 78 ◦ green 161 ◦ blue 112

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

Shades of Ocean Green #4EA170

Tints of Ocean Green #4EA170

RGB

 RED value IS 78 (30.86% from 255) = 22.22%

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

 BLUE value IS 112 (44.14% from 255) = 31.91%

R = 22.22%
G = 45.87%
B = 31.91%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#4EA170 (or 0x4EA170) is known color: Ocean Green. HEX triplet: 4E, A1 and 70. RGB value is (78,161,112). Sum of RGB (Red+Green+Blue) = 78+161+112=351 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.22% from 351); Green value is 161 (63.28% from 255 or 45.87% from 351); Blue value is 112 (44.14% from 255 or 31.91% from 351); Max value from RGB is 161 - color contains mainly: green. Hex color #4EA170 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EA170 is #B15E8F. Grayscale: #828282. Windows color (decimal): -11624080 or 7381326. OLE color: 7381326.

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

Color convert

RGB 78 161 112 -
CMYK 0.52 0 0.30 0.37
HSL 144.58º 0.35% 0.47% -
HSV(B) 144.58º 0.52% 0.63% -
XYZ 18.81 28.28 19.8 -
YUV 130.6 117.5 90.48 -
System Red Green Blue C M Y K H S L
Decimal 78 161 112 0.52 0 0.30 0.37 144.58 0.35 0.47
Hex 4E A1 70 34 0 1E 25 91 23 2F
Octal 116 241 160 64 0 36 45 221 43 57
Binary 1001110 10100001 1110000 110100 0 11110 100101 10010001 100011 101111

Color Harmonies of #4EA170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EA170

Black with #4EA170

Text Example


Text Example

White with #4EA170

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,161,112); }

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

background-color css

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

 a { background-color: rgb(78,161,112); }

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

border-color css

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

 span { border-color: rgb(78,161,112); }

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