#96D53C

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

Shades of Atlantis #96D53C

Tints of Atlantis #96D53C

Color information

#96D53C (or 0x96D53C) is unknown color: approx Atlantis. HEX triplet: 96, D5 and 3C. RGB value is (150,213,60). Sum of RGB (Red+Green+Blue) = 150+213+60=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 213 (83.59% from 255 or 50.35% from 423); Blue value is 60 (23.83% from 255 or 14.18% from 423); Max value from RGB is 213 - color contains mainly: green. Hex color #96D53C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96D53C is #692AC3. Grayscale: #B1B1B1. Windows color (decimal): -6892228 or 3986838. OLE color: 3986838.

HSL color Cylindrical-coordinate representation of color #96D53C: hue angle of 84.71º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #96D53C is Cyan = 0.30, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB15021360-
CMYK0.3000.720.16
HSL84.71º64.56%53.53%-
HSV(B)84.71º71.83%83.53%-
XYZ37.1954.412.81-
YUV176.7262.13108.94-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.46%
GREEN value IS 213 (83.59% from 255) = 50.35%
BLUE value IS 60 (23.83% from 255) = 14.18%
R=35.46%
G=50.35%
B=14.18%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal150213600.3000.720.1684.7164.5653.53
Hex96D53C1E04810554136
Octal226325743601102012510166
Binary100101101101010111110011110010010001000010101011000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D53C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,213,60); }

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

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

 a { background-color: rgb(150,213,60); }

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

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

 span { border-color: rgb(150,213,60); }

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