Html Css Color HEX #96EA32 Atlantis

📋 copy color: '#96EA32'

red 150 ◦ green 234 ◦ blue 50

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

Shades of Atlantis #96EA32

Tints of Atlantis #96EA32

RGB

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

 GREEN value IS 234 (91.8% from 255) = 53.92%

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

R = 34.56%
G = 53.92%
B = 11.52%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#96EA32 (or 0x96EA32) is known color: Atlantis. HEX triplet: 96, EA and 32. RGB value is (150,234,50). Sum of RGB (Red+Green+Blue) = 150+234+50=434 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.56% from 434); Green value is 234 (91.80% from 255 or 53.92% from 434); Blue value is 50 (19.92% from 255 or 11.52% from 434); Max value from RGB is 234 - color contains mainly: green. Hex color #96EA32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96EA32 is #6915CD. Grayscale: #BCBCBC. Windows color (decimal): -6886862 or 3336854. OLE color: 3336854.

HSL color Cylindrical-coordinate representation of color #96EA32: hue angle of 87.39º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #96EA32 is Cyan = 0.36, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB 150 234 50 -
CMYK 0.36 0 0.79 0.08
HSL 87.39º 0.81% 0.56% -
HSV(B) 87.39º 0.79% 0.92% -
XYZ 42.58 65.56 13.43 -
YUV 187.91 50.17 100.96 -
System Red Green Blue C M Y K H S L
Decimal 150 234 50 0.36 0 0.79 0.08 87.39 0.81 0.56
Hex 96 EA 32 24 0 4F 8 57 51 38
Octal 226 352 62 44 0 117 10 127 121 70
Binary 10010110 11101010 110010 100100 0 1001111 1000 1010111 1010001 111000

Color Harmonies of #96EA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EA32

Black with #96EA32

Text Example


Text Example

White with #96EA32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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