Html Css Color HEX #96E145 Atlantis

📋 copy color: '#96E145'

red 150 ◦ green 225 ◦ blue 69

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

Shades of Atlantis #96E145

Tints of Atlantis #96E145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 15.54%

R = 33.78%
G = 50.68%
B = 15.54%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#96E145 (or 0x96E145) is known color: Atlantis. HEX triplet: 96, E1 and 45. RGB value is (150,225,69). Sum of RGB (Red+Green+Blue) = 150+225+69=444 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.78% from 444); Green value is 225 (88.28% from 255 or 50.68% from 444); Blue value is 69 (27.34% from 255 or 15.54% from 444); Max value from RGB is 225 - color contains mainly: green. Hex color #96E145 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96E145 is #691EBA. Grayscale: #B9B9B9. Windows color (decimal): -6889147 or 4579734. OLE color: 4579734.

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

Color convert

RGB 150 225 69 -
CMYK 0.33 0 0.69 0.12
HSL 88.85º 0.72% 0.58% -
HSV(B) 88.85º 0.69% 0.88% -
XYZ 40.58 60.76 15.22 -
YUV 184.79 62.65 103.18 -
System Red Green Blue C M Y K H S L
Decimal 150 225 69 0.33 0 0.69 0.12 88.85 0.72 0.58
Hex 96 E1 45 21 0 45 C 59 48 3A
Octal 226 341 105 41 0 105 14 131 110 72
Binary 10010110 11100001 1000101 100001 0 1000101 1100 1011001 1001000 111010

Color Harmonies of #96E145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E145

Black with #96E145

Text Example


Text Example

White with #96E145

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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