Html Css Color HEX #54A471 Ocean Green

📋 copy color: '#54A471'

red 84 ◦ green 164 ◦ blue 113

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

Shades of Ocean Green #54A471

Tints of Ocean Green #54A471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 31.3%

R = 23.27%
G = 45.43%
B = 31.3%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#54A471 (or 0x54A471) is known color: Ocean Green. HEX triplet: 54, A4 and 71. RGB value is (84,164,113). Sum of RGB (Red+Green+Blue) = 84+164+113=361 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.27% from 361); Green value is 164 (64.45% from 255 or 45.43% from 361); Blue value is 113 (44.53% from 255 or 31.30% from 361); Max value from RGB is 164 - color contains mainly: green. Hex color #54A471 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A471 is #AB5B8E. Grayscale: #868686. Windows color (decimal): -11230095 or 7447636. OLE color: 7447636.

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

Color convert

RGB 84 164 113 -
CMYK 0.49 0 0.31 0.36
HSL 141.75º 0.32% 0.49% -
HSV(B) 141.75º 0.49% 0.64% -
XYZ 19.91 29.63 20.29 -
YUV 134.27 116 92.15 -
System Red Green Blue C M Y K H S L
Decimal 84 164 113 0.49 0 0.31 0.36 141.75 0.32 0.49
Hex 54 A4 71 31 0 1F 24 8E 20 31
Octal 124 244 161 61 0 37 44 216 40 61
Binary 1010100 10100100 1110001 110001 0 11111 100100 10001110 100000 110001

Color Harmonies of #54A471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A471

Black with #54A471

Text Example


Text Example

White with #54A471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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