Html Css Color HEX #96E649 Atlantis

📋 copy color: '#96E649'

red 150 ◦ green 230 ◦ blue 73

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

Shades of Atlantis #96E649

Tints of Atlantis #96E649

RGB

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

 GREEN value IS 230 (90.23% from 255) = 50.77%

 BLUE value IS 73 (28.91% from 255) = 16.11%

R = 33.11%
G = 50.77%
B = 16.11%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#96E649 (or 0x96E649) is known color: Atlantis. HEX triplet: 96, E6 and 49. RGB value is (150,230,73). Sum of RGB (Red+Green+Blue) = 150+230+73=453 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.11% from 453); Green value is 230 (90.23% from 255 or 50.77% from 453); Blue value is 73 (28.91% from 255 or 16.11% from 453); Max value from RGB is 230 - color contains mainly: green. Hex color #96E649 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96E649 is #6919B6. Grayscale: #BCBCBC. Windows color (decimal): -6887863 or 4843158. OLE color: 4843158.

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

Color convert

RGB 150 230 73 -
CMYK 0.35 0 0.68 0.10
HSL 90.57º 0.76% 0.59% -
HSV(B) 90.57º 0.68% 0.9% -
XYZ 42.08 63.56 16.35 -
YUV 188.18 63 100.77 -
System Red Green Blue C M Y K H S L
Decimal 150 230 73 0.35 0 0.68 0.10 90.57 0.76 0.59
Hex 96 E6 49 23 0 44 A 5B 4C 3B
Octal 226 346 111 43 0 104 12 133 114 73
Binary 10010110 11100110 1001001 100011 0 1000100 1010 1011011 1001100 111011

Color Harmonies of #96E649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E649

Black with #96E649

Text Example


Text Example

White with #96E649

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,230,73); }

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

background-color css

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

 a { background-color: rgb(150,230,73); }

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

border-color css

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

 span { border-color: rgb(150,230,73); }

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