Html Css Color HEX #96C455 Atlantis

📋 copy color: '#96C455'

red 150 ◦ green 196 ◦ blue 85

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

Shades of Atlantis #96C455

Tints of Atlantis #96C455

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 19.72%

R = 34.8%
G = 45.48%
B = 19.72%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#96C455 (or 0x96C455) is known color: Atlantis. HEX triplet: 96, C4 and 55. RGB value is (150,196,85). Sum of RGB (Red+Green+Blue) = 150+196+85=431 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.80% from 431); Green value is 196 (76.95% from 255 or 45.48% from 431); Blue value is 85 (33.59% from 255 or 19.72% from 431); Max value from RGB is 196 - color contains mainly: green. Hex color #96C455 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C455 is #693BAA. Grayscale: #A9A9A9. Windows color (decimal): -6896555 or 5620886. OLE color: 5620886.

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

Color convert

RGB 150 196 85 -
CMYK 0.23 0 0.57 0.23
HSL 84.86º 0.48% 0.55% -
HSV(B) 84.86º 0.57% 0.77% -
XYZ 33.96 46.62 15.8 -
YUV 169.59 80.26 114.03 -
System Red Green Blue C M Y K H S L
Decimal 150 196 85 0.23 0 0.57 0.23 84.86 0.48 0.55
Hex 96 C4 55 17 0 39 17 55 30 37
Octal 226 304 125 27 0 71 27 125 60 67
Binary 10010110 11000100 1010101 10111 0 111001 10111 1010101 110000 110111

Color Harmonies of #96C455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C455

Black with #96C455

Text Example


Text Example

White with #96C455

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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