#96D635

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

Shades of Atlantis #96D635

Tints of Atlantis #96D635

Color information

#96D635 (or 0x96D635) is unknown color: approx Atlantis. HEX triplet: 96, D6 and 35. RGB value is (150,214,53). Sum of RGB (Red+Green+Blue) = 150+214+53=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 214 (83.98% from 255 or 51.32% from 417); Blue value is 53 (21.09% from 255 or 12.71% from 417); Max value from RGB is 214 - color contains mainly: green. Hex color #96D635 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96D635 is #6929CA. Grayscale: #B1B1B1. Windows color (decimal): -6891979 or 3528342. OLE color: 3528342.

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

Color convert

RGB15021453-
CMYK0.3000.750.16
HSL83.85º66.26%52.35%-
HSV(B)83.85º75.23%83.92%-
XYZ37.2754.8311.99-
YUV176.5158.3109.09-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.97%
GREEN value IS 214 (83.98% from 255) = 51.32%
BLUE value IS 53 (21.09% from 255) = 12.71%
R=35.97%
G=51.32%
B=12.71%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal150214530.3000.750.1683.8566.2652.35
Hex96D6351E04B10544234
Octal226326653601132012410264
Binary100101101101011011010111110010010111000010101001000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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