#4AA268

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

Shades of Ocean Green #4AA268

Tints of Ocean Green #4AA268

Color information

#4AA268 (or 0x4AA268) is unknown color: approx Ocean Green. HEX triplet: 4A, A2 and 68. RGB value is (74,162,104). Sum of RGB (Red+Green+Blue) = 74+162+104=340 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.76% from 340); Green value is 162 (63.67% from 255 or 47.65% from 340); Blue value is 104 (41.02% from 255 or 30.59% from 340); Max value from RGB is 162 - color contains mainly: green. Hex color #4AA268 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AA268 is #B55D97. Grayscale: #818181. Windows color (decimal): -11885976 or 6857290. OLE color: 6857290.

HSL color Cylindrical-coordinate representation of color #4AA268: hue angle of 140.45º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4AA268 is Cyan = 0.54, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB74162104-
CMYK0.5400.360.36
HSL140.45º37.29%46.27%-
HSV(B)140.45º54.32%63.53%-
XYZ18.2428.317.6-
YUV129.08113.8588.72-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.76%
GREEN value IS 162 (63.67% from 255) = 47.65%
BLUE value IS 104 (41.02% from 255) = 30.59%
R=21.76%
G=47.65%
B=30.59%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal741621040.5400.360.36140.4537.2946.27
Hex4AA26836024248c252e
Octal11224215066044442144556
Binary1001010101000101101000110110010010010010010001100100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AA268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4AA268; }

 p { color: rgb(74,162,104); }

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

<style>
 a { background-color: #4AA268; }

 a { background-color: rgb(74,162,104); }

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

<style>
 span { border-color: #4AA268; }

 span { border-color: rgb(74,162,104); }

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