Html Css Color HEX #96C144 Atlantis

📋 copy color: '#96C144'

red 150 ◦ green 193 ◦ blue 68

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

Shades of Atlantis #96C144

Tints of Atlantis #96C144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.55%

R = 36.5%
G = 46.96%
B = 16.55%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#96C144 (or 0x96C144) is known color: Atlantis. HEX triplet: 96, C1 and 44. RGB value is (150,193,68). Sum of RGB (Red+Green+Blue) = 150+193+68=411 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.50% from 411); Green value is 193 (75.78% from 255 or 46.96% from 411); Blue value is 68 (26.95% from 255 or 16.55% from 411); Max value from RGB is 193 - color contains mainly: green. Hex color #96C144 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C144 is #693EBB. Grayscale: #A6A6A6. Windows color (decimal): -6897340 or 4506006. OLE color: 4506006.

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

Color convert

RGB 150 193 68 -
CMYK 0.22 0 0.65 0.24
HSL 80.64º 0.5% 0.51% -
HSV(B) 80.64º 0.65% 0.76% -
XYZ 32.69 45.04 12.44 -
YUV 165.89 72.75 116.66 -
System Red Green Blue C M Y K H S L
Decimal 150 193 68 0.22 0 0.65 0.24 80.64 0.5 0.51
Hex 96 C1 44 16 0 41 18 51 32 33
Octal 226 301 104 26 0 101 30 121 62 63
Binary 10010110 11000001 1000100 10110 0 1000001 11000 1010001 110010 110011

Color Harmonies of #96C144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C144

Black with #96C144

Text Example


Text Example

White with #96C144

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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