Html Css Color HEX #96C451 Atlantis

📋 copy color: '#96C451'

red 150 ◦ green 196 ◦ blue 81

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

Shades of Atlantis #96C451

Tints of Atlantis #96C451

RGB

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

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

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

R = 35.13%
G = 45.9%
B = 18.97%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#96C451 (or 0x96C451) is known color: Atlantis. HEX triplet: 96, C4 and 51. RGB value is (150,196,81). Sum of RGB (Red+Green+Blue) = 150+196+81=427 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.13% from 427); Green value is 196 (76.95% from 255 or 45.90% from 427); Blue value is 81 (32.03% from 255 or 18.97% from 427); Max value from RGB is 196 - color contains mainly: green. Hex color #96C451 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C451 is #693BAE. Grayscale: #A9A9A9. Windows color (decimal): -6896559 or 5358742. OLE color: 5358742.

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

Color convert

RGB 150 196 81 -
CMYK 0.23 0 0.59 0.23
HSL 84º 0.49% 0.54% -
HSV(B) 84º 0.59% 0.77% -
XYZ 33.8 46.56 14.99 -
YUV 169.14 78.26 114.35 -
System Red Green Blue C M Y K H S L
Decimal 150 196 81 0.23 0 0.59 0.23 84 0.49 0.54
Hex 96 C4 51 17 0 3B 17 54 31 36
Octal 226 304 121 27 0 73 27 124 61 66
Binary 10010110 11000100 1010001 10111 0 111011 10111 1010100 110001 110110

Color Harmonies of #96C451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C451

Black with #96C451

Text Example


Text Example

White with #96C451

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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