Html Css Color HEX #4EA16D Ocean Green

📋 copy color: '#4EA16D'

red 78 ◦ green 161 ◦ blue 109

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

Shades of Ocean Green #4EA16D

Tints of Ocean Green #4EA16D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.32%

R = 22.41%
G = 46.26%
B = 31.32%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#4EA16D (or 0x4EA16D) is known color: Ocean Green. HEX triplet: 4E, A1 and 6D. RGB value is (78,161,109). Sum of RGB (Red+Green+Blue) = 78+161+109=348 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.41% from 348); Green value is 161 (63.28% from 255 or 46.26% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 161 - color contains mainly: green. Hex color #4EA16D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EA16D is #B15E92. Grayscale: #828282. Windows color (decimal): -11624083 or 7184718. OLE color: 7184718.

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

Color convert

RGB 78 161 109 -
CMYK 0.52 0 0.32 0.37
HSL 142.41º 0.35% 0.47% -
HSV(B) 142.41º 0.52% 0.63% -
XYZ 18.65 28.21 18.93 -
YUV 130.26 116 90.73 -
System Red Green Blue C M Y K H S L
Decimal 78 161 109 0.52 0 0.32 0.37 142.41 0.35 0.47
Hex 4E A1 6D 34 0 20 25 8E 23 2F
Octal 116 241 155 64 0 40 45 216 43 57
Binary 1001110 10100001 1101101 110100 0 100000 100101 10001110 100011 101111

Color Harmonies of #4EA16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EA16D

Black with #4EA16D

Text Example


Text Example

White with #4EA16D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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