Html Css Color HEX #96EC40 Atlantis

📋 copy color: '#96EC40'

red 150 ◦ green 236 ◦ blue 64

#96EC40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #96EC40

Tints of Atlantis #96EC40

RGB

 RED value IS 150 (58.98% from 255) = 33.33%

 GREEN value IS 236 (92.58% from 255) = 52.44%

 BLUE value IS 64 (25.39% from 255) = 14.22%

R = 33.33%
G = 52.44%
B = 14.22%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#96EC40 (or 0x96EC40) is known color: Atlantis. HEX triplet: 96, EC and 40. RGB value is (150,236,64). Sum of RGB (Red+Green+Blue) = 150+236+64=450 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.33% from 450); Green value is 236 (92.58% from 255 or 52.44% from 450); Blue value is 64 (25.39% from 255 or 14.22% from 450); Max value from RGB is 236 - color contains mainly: green. Hex color #96EC40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96EC40 is #6913BF. Grayscale: #BFBFBF. Windows color (decimal): -6886336 or 4254870. OLE color: 4254870.

HSL color Cylindrical-coordinate representation of color #96EC40: hue angle of 90º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #96EC40 is Cyan = 0.36, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 236 64 -
CMYK 0.36 0 0.73 0.07
HSL 90º 0.82% 0.59% -
HSV(B) 90º 0.73% 0.93% -
XYZ 43.5 66.85 15.46 -
YUV 190.68 56.51 98.99 -
System Red Green Blue C M Y K H S L
Decimal 150 236 64 0.36 0 0.73 0.07 90 0.82 0.59
Hex 96 EC 40 24 0 49 7 5A 52 3B
Octal 226 354 100 44 0 111 7 132 122 73
Binary 10010110 11101100 1000000 100100 0 1001001 111 1011010 1010010 111011

Color Harmonies of #96EC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EC40

Black with #96EC40

Text Example


Text Example

White with #96EC40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,236,64); }

 H1.HeaderClassName
 {
   color: #96EC40;
 }
 .AnyTagClassName
 {
   color: #96EC40;
 }
</style>

background-color css

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

 a { background-color: rgb(150,236,64); }

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

border-color css

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

 span { border-color: rgb(150,236,64); }

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