Html Css Color HEX #96E232 Atlantis

📋 copy color: '#96E232'

red 150 ◦ green 226 ◦ blue 50

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

Shades of Atlantis #96E232

Tints of Atlantis #96E232

RGB

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

 GREEN value IS 226 (88.67% from 255) = 53.05%

 BLUE value IS 50 (19.92% from 255) = 11.74%

R = 35.21%
G = 53.05%
B = 11.74%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#96E232 (or 0x96E232) is known color: Atlantis. HEX triplet: 96, E2 and 32. RGB value is (150,226,50). Sum of RGB (Red+Green+Blue) = 150+226+50=426 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.21% from 426); Green value is 226 (88.67% from 255 or 53.05% from 426); Blue value is 50 (19.92% from 255 or 11.74% from 426); Max value from RGB is 226 - color contains mainly: green. Hex color #96E232 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96E232 is #691DCD. Grayscale: #B7B7B7. Windows color (decimal): -6888910 or 3334806. OLE color: 3334806.

HSL color Cylindrical-coordinate representation of color #96E232: hue angle of 85.91º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #96E232 is Cyan = 0.34, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.

Color convert

RGB 150 226 50 -
CMYK 0.34 0 0.78 0.11
HSL 85.91º 0.75% 0.54% -
HSV(B) 85.91º 0.78% 0.89% -
XYZ 40.35 61.11 12.69 -
YUV 183.21 52.82 104.31 -
System Red Green Blue C M Y K H S L
Decimal 150 226 50 0.34 0 0.78 0.11 85.91 0.75 0.54
Hex 96 E2 32 22 0 4E B 56 4B 36
Octal 226 342 62 42 0 116 13 126 113 66
Binary 10010110 11100010 110010 100010 0 1001110 1011 1010110 1001011 110110

Color Harmonies of #96E232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E232

Black with #96E232

Text Example


Text Example

White with #96E232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,226,50); }

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

background-color css

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

 a { background-color: rgb(150,226,50); }

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

border-color css

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

 span { border-color: rgb(150,226,50); }

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