Html Css Color HEX #96E53E Atlantis

📋 copy color: '#96E53E'

red 150 ◦ green 229 ◦ blue 62

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

Shades of Atlantis #96E53E

Tints of Atlantis #96E53E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.06%

R = 34.01%
G = 51.93%
B = 14.06%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.73

 K value IS 0.10

RGB Variations

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

Color information

#96E53E (or 0x96E53E) is known color: Atlantis. HEX triplet: 96, E5 and 3E. RGB value is (150,229,62). Sum of RGB (Red+Green+Blue) = 150+229+62=441 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.01% from 441); Green value is 229 (89.84% from 255 or 51.93% from 441); Blue value is 62 (24.61% from 255 or 14.06% from 441); Max value from RGB is 229 - color contains mainly: green. Hex color #96E53E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96E53E is #691AC1. Grayscale: #BABABA. Windows color (decimal): -6888130 or 4122006. OLE color: 4122006.

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

Color convert

RGB 150 229 62 -
CMYK 0.34 0 0.73 0.10
HSL 88.38º 0.76% 0.57% -
HSV(B) 88.38º 0.73% 0.9% -
XYZ 41.47 62.87 14.51 -
YUV 186.34 57.83 102.08 -
System Red Green Blue C M Y K H S L
Decimal 150 229 62 0.34 0 0.73 0.10 88.38 0.76 0.57
Hex 96 E5 3E 22 0 49 A 58 4C 39
Octal 226 345 76 42 0 111 12 130 114 71
Binary 10010110 11100101 111110 100010 0 1001001 1010 1011000 1001100 111001

Color Harmonies of #96E53E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E53E

Black with #96E53E

Text Example


Text Example

White with #96E53E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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