Html Css Color HEX #96D149 Atlantis

📋 copy color: '#96D149'

red 150 ◦ green 209 ◦ blue 73

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

Shades of Atlantis #96D149

Tints of Atlantis #96D149

RGB

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

 GREEN value IS 209 (82.03% from 255) = 48.38%

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

R = 34.72%
G = 48.38%
B = 16.9%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#96D149 (or 0x96D149) is known color: Atlantis. HEX triplet: 96, D1 and 49. RGB value is (150,209,73). Sum of RGB (Red+Green+Blue) = 150+209+73=432 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.72% from 432); Green value is 209 (82.03% from 255 or 48.38% from 432); Blue value is 73 (28.91% from 255 or 16.90% from 432); Max value from RGB is 209 - color contains mainly: green. Hex color #96D149 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96D149 is #692EB6. Grayscale: #B0B0B0. Windows color (decimal): -6893239 or 4837782. OLE color: 4837782.

HSL color Cylindrical-coordinate representation of color #96D149: hue angle of 86.03º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #96D149 is Cyan = 0.28, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 150 209 73 -
CMYK 0.28 0 0.65 0.18
HSL 86.03º 0.6% 0.55% -
HSV(B) 86.03º 0.65% 0.82% -
XYZ 36.58 52.57 14.52 -
YUV 175.86 69.95 109.56 -
System Red Green Blue C M Y K H S L
Decimal 150 209 73 0.28 0 0.65 0.18 86.03 0.6 0.55
Hex 96 D1 49 1C 0 41 12 56 3C 37
Octal 226 321 111 34 0 101 22 126 74 67
Binary 10010110 11010001 1001001 11100 0 1000001 10010 1010110 111100 110111

Color Harmonies of #96D149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D149

Black with #96D149

Text Example


Text Example

White with #96D149

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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