Html Css Color HEX #96EC46 Atlantis

📋 copy color: '#96EC46'

red 150 ◦ green 236 ◦ blue 70

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

Shades of Atlantis #96EC46

Tints of Atlantis #96EC46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.35%

R = 32.89%
G = 51.75%
B = 15.35%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#96EC46 (or 0x96EC46) is known color: Atlantis. HEX triplet: 96, EC and 46. RGB value is (150,236,70). Sum of RGB (Red+Green+Blue) = 150+236+70=456 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.89% from 456); Green value is 236 (92.58% from 255 or 51.75% from 456); Blue value is 70 (27.73% from 255 or 15.35% from 456); Max value from RGB is 236 - color contains mainly: green. Hex color #96EC46 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96EC46 is #6913B9. Grayscale: #BFBFBF. Windows color (decimal): -6886330 or 4648086. OLE color: 4648086.

HSL color Cylindrical-coordinate representation of color #96EC46: hue angle of 91.08º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #96EC46 is Cyan = 0.36, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 236 70 -
CMYK 0.36 0 0.70 0.07
HSL 91.08º 0.81% 0.6% -
HSV(B) 91.08º 0.7% 0.93% -
XYZ 43.68 66.92 16.41 -
YUV 191.36 59.51 98.5 -
System Red Green Blue C M Y K H S L
Decimal 150 236 70 0.36 0 0.70 0.07 91.08 0.81 0.6
Hex 96 EC 46 24 0 46 7 5B 51 3C
Octal 226 354 106 44 0 106 7 133 121 74
Binary 10010110 11101100 1000110 100100 0 1000110 111 1011011 1010001 111100

Color Harmonies of #96EC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EC46

Black with #96EC46

Text Example


Text Example

White with #96EC46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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