Html Css Color HEX #96EA46 Atlantis

📋 copy color: '#96EA46'

red 150 ◦ green 234 ◦ blue 70

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

Shades of Atlantis #96EA46

Tints of Atlantis #96EA46

RGB

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

 GREEN value IS 234 (91.8% from 255) = 51.54%

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

R = 33.04%
G = 51.54%
B = 15.42%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#96EA46 (or 0x96EA46) is known color: Atlantis. HEX triplet: 96, EA and 46. RGB value is (150,234,70). Sum of RGB (Red+Green+Blue) = 150+234+70=454 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.04% from 454); Green value is 234 (91.80% from 255 or 51.54% from 454); Blue value is 70 (27.73% from 255 or 15.42% from 454); Max value from RGB is 234 - color contains mainly: green. Hex color #96EA46 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96EA46 is #6915B9. Grayscale: #BEBEBE. Windows color (decimal): -6886842 or 4647574. OLE color: 4647574.

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

Color convert

RGB 150 234 70 -
CMYK 0.36 0 0.70 0.08
HSL 90.73º 0.8% 0.6% -
HSV(B) 90.73º 0.7% 0.92% -
XYZ 43.11 65.77 16.22 -
YUV 190.19 60.17 99.34 -
System Red Green Blue C M Y K H S L
Decimal 150 234 70 0.36 0 0.70 0.08 90.73 0.8 0.6
Hex 96 EA 46 24 0 46 8 5B 50 3C
Octal 226 352 106 44 0 106 10 133 120 74
Binary 10010110 11101010 1000110 100100 0 1000110 1000 1011011 1010000 111100

Color Harmonies of #96EA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EA46

Black with #96EA46

Text Example


Text Example

White with #96EA46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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