Html Css Color HEX #96E548 Atlantis

📋 copy color: '#96E548'

red 150 ◦ green 229 ◦ blue 72

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

Shades of Atlantis #96E548

Tints of Atlantis #96E548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.96%

R = 33.26%
G = 50.78%
B = 15.96%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.69

 K value IS 0.10

RGB Variations

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

Color information

#96E548 (or 0x96E548) is known color: Atlantis. HEX triplet: 96, E5 and 48. RGB value is (150,229,72). Sum of RGB (Red+Green+Blue) = 150+229+72=451 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.26% from 451); Green value is 229 (89.84% from 255 or 50.78% from 451); Blue value is 72 (28.52% from 255 or 15.96% from 451); Max value from RGB is 229 - color contains mainly: green. Hex color #96E548 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96E548 is #691AB7. Grayscale: #BCBCBC. Windows color (decimal): -6888120 or 4777366. OLE color: 4777366.

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

Color convert

RGB 150 229 72 -
CMYK 0.34 0 0.69 0.10
HSL 90.19º 0.75% 0.59% -
HSV(B) 90.19º 0.69% 0.9% -
XYZ 41.77 62.99 16.09 -
YUV 187.48 62.83 101.27 -
System Red Green Blue C M Y K H S L
Decimal 150 229 72 0.34 0 0.69 0.10 90.19 0.75 0.59
Hex 96 E5 48 22 0 45 A 5A 4B 3B
Octal 226 345 110 42 0 105 12 132 113 73
Binary 10010110 11100101 1001000 100010 0 1000101 1010 1011010 1001011 111011

Color Harmonies of #96E548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E548

Black with #96E548

Text Example


Text Example

White with #96E548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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