Html Css Color HEX #96E151 Atlantis

📋 copy color: '#96E151'

red 150 ◦ green 225 ◦ blue 81

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

Shades of Atlantis #96E151

Tints of Atlantis #96E151

RGB

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

 GREEN value IS 225 (88.28% from 255) = 49.34%

 BLUE value IS 81 (32.03% from 255) = 17.76%

R = 32.89%
G = 49.34%
B = 17.76%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#96E151 (or 0x96E151) is known color: Atlantis. HEX triplet: 96, E1 and 51. RGB value is (150,225,81). Sum of RGB (Red+Green+Blue) = 150+225+81=456 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.89% from 456); Green value is 225 (88.28% from 255 or 49.34% from 456); Blue value is 81 (32.03% from 255 or 17.76% from 456); Max value from RGB is 225 - color contains mainly: green. Hex color #96E151 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96E151 is #691EAE. Grayscale: #BABABA. Windows color (decimal): -6889135 or 5366166. OLE color: 5366166.

HSL color Cylindrical-coordinate representation of color #96E151: hue angle of 91.25º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #96E151 is Cyan = 0.33, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 150 225 81 -
CMYK 0.33 0 0.64 0.12
HSL 91.25º 0.71% 0.6% -
HSV(B) 91.25º 0.64% 0.88% -
XYZ 40.99 60.93 17.38 -
YUV 186.16 68.65 102.21 -
System Red Green Blue C M Y K H S L
Decimal 150 225 81 0.33 0 0.64 0.12 91.25 0.71 0.6
Hex 96 E1 51 21 0 40 C 5B 47 3C
Octal 226 341 121 41 0 100 14 133 107 74
Binary 10010110 11100001 1010001 100001 0 1000000 1100 1011011 1000111 111100

Color Harmonies of #96E151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E151

Black with #96E151

Text Example


Text Example

White with #96E151

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,225,81); }

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

background-color css

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

 a { background-color: rgb(150,225,81); }

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

border-color css

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

 span { border-color: rgb(150,225,81); }

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