Html Css Color HEX #96C351 Atlantis

📋 copy color: '#96C351'

red 150 ◦ green 195 ◦ blue 81

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

Shades of Atlantis #96C351

Tints of Atlantis #96C351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 19.01%

R = 35.21%
G = 45.77%
B = 19.01%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#96C351 (or 0x96C351) is known color: Atlantis. HEX triplet: 96, C3 and 51. RGB value is (150,195,81). Sum of RGB (Red+Green+Blue) = 150+195+81=426 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.21% from 426); Green value is 195 (76.56% from 255 or 45.77% from 426); Blue value is 81 (32.03% from 255 or 19.01% from 426); Max value from RGB is 195 - color contains mainly: green. Hex color #96C351 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C351 is #693CAE. Grayscale: #A8A8A8. Windows color (decimal): -6896815 or 5358486. OLE color: 5358486.

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

Color convert

RGB 150 195 81 -
CMYK 0.23 0 0.58 0.24
HSL 83.68º 0.49% 0.54% -
HSV(B) 83.68º 0.58% 0.76% -
XYZ 33.58 46.11 14.91 -
YUV 168.55 78.59 114.77 -
System Red Green Blue C M Y K H S L
Decimal 150 195 81 0.23 0 0.58 0.24 83.68 0.49 0.54
Hex 96 C3 51 17 0 3A 18 54 31 36
Octal 226 303 121 27 0 72 30 124 61 66
Binary 10010110 11000011 1010001 10111 0 111010 11000 1010100 110001 110110

Color Harmonies of #96C351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C351

Black with #96C351

Text Example


Text Example

White with #96C351

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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