Html Css Color HEX #54A16D Ocean Green

📋 copy color: '#54A16D'

red 84 ◦ green 161 ◦ blue 109

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

Shades of Ocean Green #54A16D

Tints of Ocean Green #54A16D

RGB

 RED value IS 84 (33.2% from 255) = 23.73%

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

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

R = 23.73%
G = 45.48%
B = 30.79%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#54A16D (or 0x54A16D) is known color: Ocean Green. HEX triplet: 54, A1 and 6D. RGB value is (84,161,109). Sum of RGB (Red+Green+Blue) = 84+161+109=354 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.73% from 354); Green value is 161 (63.28% from 255 or 45.48% from 354); Blue value is 109 (42.97% from 255 or 30.79% from 354); Max value from RGB is 161 - color contains mainly: green. Hex color #54A16D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A16D is #AB5E92. Grayscale: #848484. Windows color (decimal): -11230867 or 7184724. OLE color: 7184724.

HSL color Cylindrical-coordinate representation of color #54A16D: hue angle of 139.48º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #54A16D is Cyan = 0.48, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB 84 161 109 -
CMYK 0.48 0 0.32 0.37
HSL 139.48º 0.31% 0.48% -
HSV(B) 139.48º 0.48% 0.63% -
XYZ 19.16 28.48 18.96 -
YUV 132.05 114.99 93.73 -
System Red Green Blue C M Y K H S L
Decimal 84 161 109 0.48 0 0.32 0.37 139.48 0.31 0.48
Hex 54 A1 6D 30 0 20 25 8B 1F 30
Octal 124 241 155 60 0 40 45 213 37 60
Binary 1010100 10100001 1101101 110000 0 100000 100101 10001011 11111 110000

Color Harmonies of #54A16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A16D

Black with #54A16D

Text Example


Text Example

White with #54A16D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54A16D; }

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

 H1.HeaderClassName
 {
   color: #54A16D;
 }
 .AnyTagClassName
 {
   color: #54A16D;
 }
</style>

background-color css

<style>
 a { background-color: #54A16D; }

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

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

border-color css

<style>
 span { border-color: #54A16D; }

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

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