Html Css Color HEX #54A470 Ocean Green

📋 copy color: '#54A470'

red 84 ◦ green 164 ◦ blue 112

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

Shades of Ocean Green #54A470

Tints of Ocean Green #54A470

RGB

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

 GREEN value IS 164 (64.45% from 255) = 45.56%

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

R = 23.33%
G = 45.56%
B = 31.11%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#54A470 (or 0x54A470) is known color: Ocean Green. HEX triplet: 54, A4 and 70. RGB value is (84,164,112). Sum of RGB (Red+Green+Blue) = 84+164+112=360 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.33% from 360); Green value is 164 (64.45% from 255 or 45.56% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 164 - color contains mainly: green. Hex color #54A470 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A470 is #AB5B8F. Grayscale: #868686. Windows color (decimal): -11230096 or 7382100. OLE color: 7382100.

HSL color Cylindrical-coordinate representation of color #54A470: hue angle of 141º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #54A470 is Cyan = 0.49, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB 84 164 112 -
CMYK 0.49 0 0.32 0.36
HSL 141º 0.32% 0.49% -
HSV(B) 141º 0.49% 0.64% -
XYZ 19.86 29.61 20 -
YUV 134.15 115.5 92.23 -
System Red Green Blue C M Y K H S L
Decimal 84 164 112 0.49 0 0.32 0.36 141 0.32 0.49
Hex 54 A4 70 31 0 20 24 8D 20 31
Octal 124 244 160 61 0 40 44 215 40 61
Binary 1010100 10100100 1110000 110001 0 100000 100100 10001101 100000 110001

Color Harmonies of #54A470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A470

Black with #54A470

Text Example


Text Example

White with #54A470

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,164,112); }

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

background-color css

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

 a { background-color: rgb(84,164,112); }

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

border-color css

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

 span { border-color: rgb(84,164,112); }

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