Html Css Color HEX #96C343 Atlantis

📋 copy color: '#96C343'

red 150 ◦ green 195 ◦ blue 67

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

Shades of Atlantis #96C343

Tints of Atlantis #96C343

RGB

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

 GREEN value IS 195 (76.56% from 255) = 47.33%

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

R = 36.41%
G = 47.33%
B = 16.26%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#96C343 (or 0x96C343) is known color: Atlantis. HEX triplet: 96, C3 and 43. RGB value is (150,195,67). Sum of RGB (Red+Green+Blue) = 150+195+67=412 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.41% from 412); Green value is 195 (76.56% from 255 or 47.33% from 412); Blue value is 67 (26.56% from 255 or 16.26% from 412); Max value from RGB is 195 - color contains mainly: green. Hex color #96C343 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C343 is #693CBC. Grayscale: #A7A7A7. Windows color (decimal): -6896829 or 4440982. OLE color: 4440982.

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

Color convert

RGB 150 195 67 -
CMYK 0.23 0 0.66 0.24
HSL 81.09º 0.52% 0.51% -
HSV(B) 81.09º 0.66% 0.76% -
XYZ 33.11 45.92 12.43 -
YUV 166.95 71.59 115.91 -
System Red Green Blue C M Y K H S L
Decimal 150 195 67 0.23 0 0.66 0.24 81.09 0.52 0.51
Hex 96 C3 43 17 0 42 18 51 34 33
Octal 226 303 103 27 0 102 30 121 64 63
Binary 10010110 11000011 1000011 10111 0 1000010 11000 1010001 110100 110011

Color Harmonies of #96C343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C343

Black with #96C343

Text Example


Text Example

White with #96C343

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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