Html Css Color HEX #96E539 Atlantis

📋 copy color: '#96E539'

red 150 ◦ green 229 ◦ blue 57

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

Shades of Atlantis #96E539

Tints of Atlantis #96E539

RGB

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

 GREEN value IS 229 (89.84% from 255) = 52.52%

 BLUE value IS 57 (22.66% from 255) = 13.07%

R = 34.4%
G = 52.52%
B = 13.07%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.75

 K value IS 0.10

RGB Variations

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

Color information

#96E539 (or 0x96E539) is known color: Atlantis. HEX triplet: 96, E5 and 39. RGB value is (150,229,57). Sum of RGB (Red+Green+Blue) = 150+229+57=436 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.40% from 436); Green value is 229 (89.84% from 255 or 52.52% from 436); Blue value is 57 (22.66% from 255 or 13.07% from 436); Max value from RGB is 229 - color contains mainly: green. Hex color #96E539 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96E539 is #691AC6. Grayscale: #BABABA. Windows color (decimal): -6888135 or 3794326. OLE color: 3794326.

HSL color Cylindrical-coordinate representation of color #96E539: hue angle of 87.56º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #96E539 is Cyan = 0.34, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.10.

Color convert

RGB 150 229 57 -
CMYK 0.34 0 0.75 0.10
HSL 87.56º 0.77% 0.56% -
HSV(B) 87.56º 0.75% 0.9% -
XYZ 41.34 62.82 13.82 -
YUV 185.77 55.33 102.49 -
System Red Green Blue C M Y K H S L
Decimal 150 229 57 0.34 0 0.75 0.10 87.56 0.77 0.56
Hex 96 E5 39 22 0 4B A 58 4D 38
Octal 226 345 71 42 0 113 12 130 115 70
Binary 10010110 11100101 111001 100010 0 1001011 1010 1011000 1001101 111000

Color Harmonies of #96E539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E539

Black with #96E539

Text Example


Text Example

White with #96E539

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,229,57); }

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

background-color css

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

 a { background-color: rgb(150,229,57); }

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

border-color css

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

 span { border-color: rgb(150,229,57); }

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