#96C648

Color #96C648 Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #96C648

Tints of Atlantis #96C648

Color information

#96C648 (or 0x96C648) is unknown color: approx Atlantis. HEX triplet: 96, C6 and 48. RGB value is (150,198,72). Sum of RGB (Red+Green+Blue) = 150+198+72=420 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.71% from 420); Green value is 198 (77.73% from 255 or 47.14% from 420); Blue value is 72 (28.52% from 255 or 17.14% from 420); Max value from RGB is 198 - color contains mainly: green. Hex color #96C648 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C648 is #6939B7. Grayscale: #A9A9A9. Windows color (decimal): -6896056 or 4769430. OLE color: 4769430.

HSL color Cylindrical-coordinate representation of color #96C648: hue angle of 82.86º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #96C648 is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB15019872-
CMYK0.2400.640.22
HSL82.86º52.5%52.94%-
HSV(B)82.86º63.64%77.65%-
XYZ33.9447.3413.48-
YUV169.2873.1114.25-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.71%
GREEN value IS 198 (77.73% from 255) = 47.14%
BLUE value IS 72 (28.52% from 255) = 17.14%
R=35.71%
G=47.14%
B=17.14%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal150198720.2400.640.2282.8652.552.94
Hex96C6481804016533535
Octal226306110300100261236565
Binary100101101100011010010001100001000000101101010011110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96C648; }

 p { color: rgb(150,198,72); }

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

<style>
 a { background-color: #96C648; }

 a { background-color: rgb(150,198,72); }

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

<style>
 span { border-color: #96C648; }

 span { border-color: rgb(150,198,72); }

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