Html Css Color HEX #54A466 Ocean Green

📋 copy color: '#54A466'

red 84 ◦ green 164 ◦ blue 102

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

Shades of Ocean Green #54A466

Tints of Ocean Green #54A466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 29.14%

R = 24%
G = 46.86%
B = 29.14%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#54A466 (or 0x54A466) is known color: Ocean Green. HEX triplet: 54, A4 and 66. RGB value is (84,164,102). Sum of RGB (Red+Green+Blue) = 84+164+102=350 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24% from 350); Green value is 164 (64.45% from 255 or 46.86% from 350); Blue value is 102 (40.23% from 255 or 29.14% from 350); Max value from RGB is 164 - color contains mainly: green. Hex color #54A466 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A466 is #AB5B99. Grayscale: #858585. Windows color (decimal): -11230106 or 6726740. OLE color: 6726740.

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

Color convert

RGB 84 164 102 -
CMYK 0.49 0 0.38 0.36
HSL 133.5º 0.32% 0.49% -
HSV(B) 133.5º 0.49% 0.64% -
XYZ 19.33 29.4 17.23 -
YUV 133.01 110.5 93.04 -
System Red Green Blue C M Y K H S L
Decimal 84 164 102 0.49 0 0.38 0.36 133.5 0.32 0.49
Hex 54 A4 66 31 0 26 24 86 20 31
Octal 124 244 146 61 0 46 44 206 40 61
Binary 1010100 10100100 1100110 110001 0 100110 100100 10000110 100000 110001

Color Harmonies of #54A466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A466

Black with #54A466

Text Example


Text Example

White with #54A466

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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