Html Css Color HEX #96E031 Atlantis

📋 copy color: '#96E031'

red 150 ◦ green 224 ◦ blue 49

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

Shades of Atlantis #96E031

Tints of Atlantis #96E031

RGB

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

 GREEN value IS 224 (87.89% from 255) = 52.96%

 BLUE value IS 49 (19.53% from 255) = 11.58%

R = 35.46%
G = 52.96%
B = 11.58%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#96E031 (or 0x96E031) is known color: Atlantis. HEX triplet: 96, E0 and 31. RGB value is (150,224,49). Sum of RGB (Red+Green+Blue) = 150+224+49=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 224 (87.89% from 255 or 52.96% from 423); Blue value is 49 (19.53% from 255 or 11.58% from 423); Max value from RGB is 224 - color contains mainly: green. Hex color #96E031 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96E031 is #691FCE. Grayscale: #B6B6B6. Windows color (decimal): -6889423 or 3268758. OLE color: 3268758.

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

Color convert

RGB 150 224 49 -
CMYK 0.33 0 0.78 0.12
HSL 85.37º 0.74% 0.54% -
HSV(B) 85.37º 0.78% 0.88% -
XYZ 39.79 60.02 12.39 -
YUV 181.92 52.98 105.23 -
System Red Green Blue C M Y K H S L
Decimal 150 224 49 0.33 0 0.78 0.12 85.37 0.74 0.54
Hex 96 E0 31 21 0 4E C 55 4A 36
Octal 226 340 61 41 0 116 14 125 112 66
Binary 10010110 11100000 110001 100001 0 1001110 1100 1010101 1001010 110110

Color Harmonies of #96E031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E031

Black with #96E031

Text Example


Text Example

White with #96E031

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,224,49); }

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

background-color css

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

 a { background-color: rgb(150,224,49); }

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

border-color css

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

 span { border-color: rgb(150,224,49); }

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