#96D63D

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

Shades of Atlantis #96D63D

Tints of Atlantis #96D63D

Color information

#96D63D (or 0x96D63D) is unknown color: approx Atlantis. HEX triplet: 96, D6 and 3D. RGB value is (150,214,61). Sum of RGB (Red+Green+Blue) = 150+214+61=425 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.29% from 425); Green value is 214 (83.98% from 255 or 50.35% from 425); Blue value is 61 (24.22% from 255 or 14.35% from 425); Max value from RGB is 214 - color contains mainly: green. Hex color #96D63D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96D63D is #6929C2. Grayscale: #B1B1B1. Windows color (decimal): -6891971 or 4052630. OLE color: 4052630.

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

Color convert

RGB15021461-
CMYK0.3000.710.16
HSL85.1º65.11%53.92%-
HSV(B)85.1º71.5%83.92%-
XYZ37.4754.9113.04-
YUV177.4262.3108.44-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.29%
GREEN value IS 214 (83.98% from 255) = 50.35%
BLUE value IS 61 (24.22% from 255) = 14.35%
R=35.29%
G=50.35%
B=14.35%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal150214610.3000.710.1685.165.1153.92
Hex96D63D1E04710554136
Octal226326753601072012510166
Binary100101101101011011110111110010001111000010101011000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D63D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,214,61); }

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

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

 a { background-color: rgb(150,214,61); }

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

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

 span { border-color: rgb(150,214,61); }

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