Html Css Color HEX #96EE49 Atlantis

📋 copy color: '#96EE49'

red 150 ◦ green 238 ◦ blue 73

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

Shades of Atlantis #96EE49

Tints of Atlantis #96EE49

RGB

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

 GREEN value IS 238 (93.36% from 255) = 51.63%

 BLUE value IS 73 (28.91% from 255) = 15.84%

R = 32.54%
G = 51.63%
B = 15.84%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#96EE49 (or 0x96EE49) is known color: Atlantis. HEX triplet: 96, EE and 49. RGB value is (150,238,73). Sum of RGB (Red+Green+Blue) = 150+238+73=461 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.54% from 461); Green value is 238 (93.36% from 255 or 51.63% from 461); Blue value is 73 (28.91% from 255 or 15.84% from 461); Max value from RGB is 238 - color contains mainly: green. Hex color #96EE49 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96EE49 is #6911B6. Grayscale: #C1C1C1. Windows color (decimal): -6885815 or 4845206. OLE color: 4845206.

HSL color Cylindrical-coordinate representation of color #96EE49: hue angle of 92º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #96EE49 is Cyan = 0.37, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 238 73 -
CMYK 0.37 0 0.69 0.07
HSL 92º 0.83% 0.61% -
HSV(B) 92º 0.69% 0.93% -
XYZ 44.35 68.11 17.11 -
YUV 192.88 60.35 97.42 -
System Red Green Blue C M Y K H S L
Decimal 150 238 73 0.37 0 0.69 0.07 92 0.83 0.61
Hex 96 EE 49 25 0 45 7 5C 53 3D
Octal 226 356 111 45 0 105 7 134 123 75
Binary 10010110 11101110 1001001 100101 0 1000101 111 1011100 1010011 111101

Color Harmonies of #96EE49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EE49

Black with #96EE49

Text Example


Text Example

White with #96EE49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,238,73); }

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

background-color css

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

 a { background-color: rgb(150,238,73); }

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

border-color css

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

 span { border-color: rgb(150,238,73); }

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