#96C83E

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

Shades of Atlantis #96C83E

Tints of Atlantis #96C83E

Color information

#96C83E (or 0x96C83E) is unknown color: approx Atlantis. HEX triplet: 96, C8 and 3E. RGB value is (150,200,62). Sum of RGB (Red+Green+Blue) = 150+200+62=412 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.41% from 412); Green value is 200 (78.52% from 255 or 48.54% from 412); Blue value is 62 (24.61% from 255 or 15.05% from 412); Max value from RGB is 200 - color contains mainly: green. Hex color #96C83E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C83E is #6937C1. Grayscale: #A9A9A9. Windows color (decimal): -6895554 or 4114582. OLE color: 4114582.

HSL color Cylindrical-coordinate representation of color #96C83E: hue angle of 81.74º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #96C83E is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB15020062-
CMYK0.2500.690.22
HSL81.74º55.65%51.37%-
HSV(B)81.74º69%78.43%-
XYZ34.148.1412.05-
YUV169.3267.44114.22-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.41%
GREEN value IS 200 (78.52% from 255) = 48.54%
BLUE value IS 62 (24.61% from 255) = 15.05%
R=36.41%
G=48.54%
B=15.05%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal150200620.2500.690.2281.7455.6551.37
Hex96C83E1904516523833
Octal22631076310105261227063
Binary10010110110010001111101100101000101101101010010111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C83E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,200,62); }

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

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

 a { background-color: rgb(150,200,62); }

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

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

 span { border-color: rgb(150,200,62); }

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