Html Css Color HEX #4EA278 Ocean Green

📋 copy color: '#4EA278'

red 78 ◦ green 162 ◦ blue 120

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

Shades of Ocean Green #4EA278

Tints of Ocean Green #4EA278

RGB

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

 GREEN value IS 162 (63.67% from 255) = 45%

 BLUE value IS 120 (47.27% from 255) = 33.33%

R = 21.67%
G = 45%
B = 33.33%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#4EA278 (or 0x4EA278) is known color: Ocean Green. HEX triplet: 4E, A2 and 78. RGB value is (78,162,120). Sum of RGB (Red+Green+Blue) = 78+162+120=360 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.67% from 360); Green value is 162 (63.67% from 255 or 45% from 360); Blue value is 120 (47.27% from 255 or 33.33% from 360); Max value from RGB is 162 - color contains mainly: green. Hex color #4EA278 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EA278 is #B15D87. Grayscale: #848484. Windows color (decimal): -11623816 or 7905870. OLE color: 7905870.

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

Color convert

RGB 78 162 120 -
CMYK 0.52 0 0.26 0.36
HSL 150º 0.35% 0.47% -
HSV(B) 150º 0.52% 0.64% -
XYZ 19.45 28.82 22.31 -
YUV 132.1 121.17 89.42 -
System Red Green Blue C M Y K H S L
Decimal 78 162 120 0.52 0 0.26 0.36 150 0.35 0.47
Hex 4E A2 78 34 0 1A 24 96 23 2F
Octal 116 242 170 64 0 32 44 226 43 57
Binary 1001110 10100010 1111000 110100 0 11010 100100 10010110 100011 101111

Color Harmonies of #4EA278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EA278

Black with #4EA278

Text Example


Text Example

White with #4EA278

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,162,120); }

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

background-color css

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

 a { background-color: rgb(78,162,120); }

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

border-color css

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

 span { border-color: rgb(78,162,120); }

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