#96cb3f

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

Shades of Atlantis #96CB3F

Tints of Atlantis #96CB3F

Color information

#96CB3F (or 0x96CB3F) is unknown color: approx Atlantis. HEX triplet: 96, CB and 3F. RGB value is (150,203,63). Sum of RGB (Red+Green+Blue) = 150+203+63=416 (55% of max value = 765). Red value is 150 (58.98% from 255 or 36.06% from 416); Green value is 203 (79.69% from 255 or 48.80% from 416); Blue value is 63 (25% from 255 or 15.14% from 416); Max value from RGB is 203 - color contains mainly: green. Hex color #96CB3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96CB3F is #6934C0. Grayscale: #ABABAB. Windows color (decimal): -6894785 or 4180886. OLE color: 4180886.

HSL color Cylindrical-coordinate representation of color #96CB3F: hue angle of 82.71º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #96CB3F is Cyan = 0.26, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB15020363-
CMYK0.2600.690.20
HSL82.71º57.38%52.16%-
HSV(B)82.71º68.97%79.61%-
XYZ34.8349.5512.43-
YUV171.1966.94112.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.06%
GREEN value IS 203 (79.69% from 255) = 48.80%
BLUE value IS 63 (25% from 255) = 15.14%
R=36.06%
G=48.80%
B=15.14%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal150203630.2600.690.2082.7157.3852.16
Hex96CB3F1A04514533934
Octal22631377320105241237164
Binary10010110110010111111111101001000101101001010011111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96cb3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,203,63); }

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

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

 a { background-color: rgb(150,203,63); }

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

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

 span { border-color: rgb(150,203,63); }

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