Html Css Color HEX #96C143 Atlantis

📋 copy color: '#96C143'

red 150 ◦ green 193 ◦ blue 67

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

Shades of Atlantis #96C143

Tints of Atlantis #96C143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 16.34%

R = 36.59%
G = 47.07%
B = 16.34%

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

#96C143 (or 0x96C143) is known color: Atlantis. HEX triplet: 96, C1 and 43. RGB value is (150,193,67). Sum of RGB (Red+Green+Blue) = 150+193+67=410 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.59% from 410); Green value is 193 (75.78% from 255 or 47.07% from 410); Blue value is 67 (26.56% from 255 or 16.34% from 410); Max value from RGB is 193 - color contains mainly: green. Hex color #96C143 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C143 is #693EBC. Grayscale: #A6A6A6. Windows color (decimal): -6897341 or 4440470. OLE color: 4440470.

HSL color Cylindrical-coordinate representation of color #96C143: hue angle of 80.48º 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 #96C143 is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB 150 193 67 -
CMYK 0.22 0 0.65 0.24
HSL 80.48º 0.5% 0.51% -
HSV(B) 80.48º 0.65% 0.76% -
XYZ 32.66 45.03 12.28 -
YUV 165.78 72.25 116.75 -
System Red Green Blue C M Y K H S L
Decimal 150 193 67 0.22 0 0.65 0.24 80.48 0.5 0.51
Hex 96 C1 43 16 0 41 18 50 32 33
Octal 226 301 103 26 0 101 30 120 62 63
Binary 10010110 11000001 1000011 10110 0 1000001 11000 1010000 110010 110011

Color Harmonies of #96C143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C143

Black with #96C143

Text Example


Text Example

White with #96C143

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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