Html Css Color HEX #54A16F Ocean Green

📋 copy color: '#54A16F'

red 84 ◦ green 161 ◦ blue 111

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

Shades of Ocean Green #54A16F

Tints of Ocean Green #54A16F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.18%

R = 23.6%
G = 45.22%
B = 31.18%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#54A16F (or 0x54A16F) is known color: Ocean Green. HEX triplet: 54, A1 and 6F. RGB value is (84,161,111). Sum of RGB (Red+Green+Blue) = 84+161+111=356 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.60% from 356); Green value is 161 (63.28% from 255 or 45.22% from 356); Blue value is 111 (43.75% from 255 or 31.18% from 356); Max value from RGB is 161 - color contains mainly: green. Hex color #54A16F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A16F is #AB5E90. Grayscale: #848484. Windows color (decimal): -11230865 or 7315796. OLE color: 7315796.

HSL color Cylindrical-coordinate representation of color #54A16F: hue angle of 141.04º 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 #54A16F is Cyan = 0.48, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB 84 161 111 -
CMYK 0.48 0 0.31 0.37
HSL 141.04º 0.31% 0.48% -
HSV(B) 141.04º 0.48% 0.63% -
XYZ 19.27 28.52 19.53 -
YUV 132.28 115.99 93.57 -
System Red Green Blue C M Y K H S L
Decimal 84 161 111 0.48 0 0.31 0.37 141.04 0.31 0.48
Hex 54 A1 6F 30 0 1F 25 8D 1F 30
Octal 124 241 157 60 0 37 45 215 37 60
Binary 1010100 10100001 1101111 110000 0 11111 100101 10001101 11111 110000

Color Harmonies of #54A16F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A16F

Black with #54A16F

Text Example


Text Example

White with #54A16F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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