Html Css Color HEX #96C150 Atlantis

📋 copy color: '#96C150'

red 150 ◦ green 193 ◦ blue 80

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

Shades of Atlantis #96C150

Tints of Atlantis #96C150

RGB

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

 GREEN value IS 193 (75.78% from 255) = 45.63%

 BLUE value IS 80 (31.64% from 255) = 18.91%

R = 35.46%
G = 45.63%
B = 18.91%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#96C150 (or 0x96C150) is known color: Atlantis. HEX triplet: 96, C1 and 50. RGB value is (150,193,80). Sum of RGB (Red+Green+Blue) = 150+193+80=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 193 (75.78% from 255 or 45.63% from 423); Blue value is 80 (31.64% from 255 or 18.91% from 423); Max value from RGB is 193 - color contains mainly: green. Hex color #96C150 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C150 is #693EAF. Grayscale: #A7A7A7. Windows color (decimal): -6897328 or 5292438. OLE color: 5292438.

HSL color Cylindrical-coordinate representation of color #96C150: hue angle of 82.83º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #96C150 is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 150 193 80 -
CMYK 0.22 0 0.59 0.24
HSL 82.83º 0.48% 0.54% -
HSV(B) 82.83º 0.59% 0.76% -
XYZ 33.1 45.2 14.57 -
YUV 167.26 78.75 115.69 -
System Red Green Blue C M Y K H S L
Decimal 150 193 80 0.22 0 0.59 0.24 82.83 0.48 0.54
Hex 96 C1 50 16 0 3B 18 53 30 36
Octal 226 301 120 26 0 73 30 123 60 66
Binary 10010110 11000001 1010000 10110 0 111011 11000 1010011 110000 110110

Color Harmonies of #96C150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C150

Black with #96C150

Text Example


Text Example

White with #96C150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,193,80); }

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

background-color css

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

 a { background-color: rgb(150,193,80); }

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

border-color css

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

 span { border-color: rgb(150,193,80); }

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