Html Css Color HEX #96C441 Atlantis

📋 copy color: '#96C441'

red 150 ◦ green 196 ◦ blue 65

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

Shades of Atlantis #96C441

Tints of Atlantis #96C441

RGB

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

 GREEN value IS 196 (76.95% from 255) = 47.69%

 BLUE value IS 65 (25.78% from 255) = 15.82%

R = 36.5%
G = 47.69%
B = 15.82%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#96C441 (or 0x96C441) is known color: Atlantis. HEX triplet: 96, C4 and 41. RGB value is (150,196,65). Sum of RGB (Red+Green+Blue) = 150+196+65=411 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.50% from 411); Green value is 196 (76.95% from 255 or 47.69% from 411); Blue value is 65 (25.78% from 255 or 15.82% from 411); Max value from RGB is 196 - color contains mainly: green. Hex color #96C441 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C441 is #693BBE. Grayscale: #A7A7A7. Windows color (decimal): -6896575 or 4310166. OLE color: 4310166.

HSL color Cylindrical-coordinate representation of color #96C441: hue angle of 81.07º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #96C441 is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB 150 196 65 -
CMYK 0.23 0 0.67 0.23
HSL 81.07º 0.53% 0.51% -
HSV(B) 81.07º 0.67% 0.77% -
XYZ 33.27 46.35 12.19 -
YUV 167.31 70.26 115.65 -
System Red Green Blue C M Y K H S L
Decimal 150 196 65 0.23 0 0.67 0.23 81.07 0.53 0.51
Hex 96 C4 41 17 0 43 17 51 35 33
Octal 226 304 101 27 0 103 27 121 65 63
Binary 10010110 11000100 1000001 10111 0 1000011 10111 1010001 110101 110011

Color Harmonies of #96C441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C441

Black with #96C441

Text Example


Text Example

White with #96C441

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,196,65); }

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

background-color css

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

 a { background-color: rgb(150,196,65); }

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

border-color css

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

 span { border-color: rgb(150,196,65); }

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