Html Css Color HEX #96ED46 Atlantis

📋 copy color: '#96ED46'

red 150 ◦ green 237 ◦ blue 70

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

Shades of Atlantis #96ED46

Tints of Atlantis #96ED46

RGB

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

 GREEN value IS 237 (92.97% from 255) = 51.86%

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

R = 32.82%
G = 51.86%
B = 15.32%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#96ED46 (or 0x96ED46) is known color: Atlantis. HEX triplet: 96, ED and 46. RGB value is (150,237,70). Sum of RGB (Red+Green+Blue) = 150+237+70=457 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.82% from 457); Green value is 237 (92.97% from 255 or 51.86% from 457); Blue value is 70 (27.73% from 255 or 15.32% from 457); Max value from RGB is 237 - color contains mainly: green. Hex color #96ED46 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96ED46 is #6912B9. Grayscale: #C0C0C0. Windows color (decimal): -6886074 or 4648342. OLE color: 4648342.

HSL color Cylindrical-coordinate representation of color #96ED46: hue angle of 91.26º degrees, saturation: 0.82, 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 #96ED46 is Cyan = 0.37, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 237 70 -
CMYK 0.37 0 0.70 0.07
HSL 91.26º 0.82% 0.6% -
HSV(B) 91.26º 0.7% 0.93% -
XYZ 43.97 67.49 16.5 -
YUV 191.95 59.18 98.08 -
System Red Green Blue C M Y K H S L
Decimal 150 237 70 0.37 0 0.70 0.07 91.26 0.82 0.6
Hex 96 ED 46 25 0 46 7 5B 52 3C
Octal 226 355 106 45 0 106 7 133 122 74
Binary 10010110 11101101 1000110 100101 0 1000110 111 1011011 1010010 111100

Color Harmonies of #96ED46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ED46

Black with #96ED46

Text Example


Text Example

White with #96ED46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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