Html Css Color HEX #96E147 Atlantis

📋 copy color: '#96E147'

red 150 ◦ green 225 ◦ blue 71

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

Shades of Atlantis #96E147

Tints of Atlantis #96E147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 15.92%

R = 33.63%
G = 50.45%
B = 15.92%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#96E147 (or 0x96E147) is known color: Atlantis. HEX triplet: 96, E1 and 47. RGB value is (150,225,71). Sum of RGB (Red+Green+Blue) = 150+225+71=446 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.63% from 446); Green value is 225 (88.28% from 255 or 50.45% from 446); Blue value is 71 (28.12% from 255 or 15.92% from 446); Max value from RGB is 225 - color contains mainly: green. Hex color #96E147 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96E147 is #691EB8. Grayscale: #B9B9B9. Windows color (decimal): -6889145 or 4710806. OLE color: 4710806.

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

Color convert

RGB 150 225 71 -
CMYK 0.33 0 0.68 0.12
HSL 89.22º 0.72% 0.58% -
HSV(B) 89.22º 0.68% 0.88% -
XYZ 40.64 60.79 15.55 -
YUV 185.02 63.65 103.02 -
System Red Green Blue C M Y K H S L
Decimal 150 225 71 0.33 0 0.68 0.12 89.22 0.72 0.58
Hex 96 E1 47 21 0 44 C 59 48 3A
Octal 226 341 107 41 0 104 14 131 110 72
Binary 10010110 11100001 1000111 100001 0 1000100 1100 1011001 1001000 111010

Color Harmonies of #96E147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E147

Black with #96E147

Text Example


Text Example

White with #96E147

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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