#54A16A

Color #54A16A Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #54A16A

Tints of Ocean Green #54A16A

Color information

#54A16A (or 0x54A16A) is unknown color: approx Ocean Green. HEX triplet: 54, A1 and 6A. RGB value is (84,161,106). Sum of RGB (Red+Green+Blue) = 84+161+106=351 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.93% from 351); Green value is 161 (63.28% from 255 or 45.87% from 351); Blue value is 106 (41.80% from 255 or 30.20% from 351); Max value from RGB is 161 - color contains mainly: green. Hex color #54A16A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A16A is #AB5E95. Grayscale: #838383. Windows color (decimal): -11230870 or 6988116. OLE color: 6988116.

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

Color convert

RGB84161106-
CMYK0.4800.340.37
HSL137.14º31.43%48.04%-
HSV(B)137.14º47.83%63.14%-
XYZ1928.4218.12-
YUV131.71113.4993.97-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.93%
GREEN value IS 161 (63.28% from 255) = 45.87%
BLUE value IS 106 (41.80% from 255) = 30.20%
R=23.93%
G=45.87%
B=30.20%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal841611060.4800.340.37137.1431.4348.04
Hex54A16A3002225891f30
Octal12424115260042452113760
Binary101010010100001110101011000001000101001011000100111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #54A16A;
 }
 .AnyTagClassName
 {
   color: #54A16A;
 }
</style>
background-color css

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

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

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

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

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

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