Html Css Color HEX #96CE56 Atlantis

📋 copy color: '#96CE56'

red 150 ◦ green 206 ◦ blue 86

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

Shades of Atlantis #96CE56

Tints of Atlantis #96CE56

RGB

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

 GREEN value IS 206 (80.86% from 255) = 46.61%

 BLUE value IS 86 (33.98% from 255) = 19.46%

R = 33.94%
G = 46.61%
B = 19.46%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#96CE56 (or 0x96CE56) is known color: Atlantis. HEX triplet: 96, CE and 56. RGB value is (150,206,86). Sum of RGB (Red+Green+Blue) = 150+206+86=442 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.94% from 442); Green value is 206 (80.86% from 255 or 46.61% from 442); Blue value is 86 (33.98% from 255 or 19.46% from 442); Max value from RGB is 206 - color contains mainly: green. Hex color #96CE56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CE56 is #6931A9. Grayscale: #B0B0B0. Windows color (decimal): -6893994 or 5688982. OLE color: 5688982.

HSL color Cylindrical-coordinate representation of color #96CE56: hue angle of 88º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #96CE56 is Cyan = 0.27, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 206 86 -
CMYK 0.27 0 0.58 0.19
HSL 88º 0.55% 0.57% -
HSV(B) 88º 0.58% 0.81% -
XYZ 36.33 51.3 16.79 -
YUV 175.58 77.45 109.76 -
System Red Green Blue C M Y K H S L
Decimal 150 206 86 0.27 0 0.58 0.19 88 0.55 0.57
Hex 96 CE 56 1B 0 3A 13 58 37 39
Octal 226 316 126 33 0 72 23 130 67 71
Binary 10010110 11001110 1010110 11011 0 111010 10011 1011000 110111 111001

Color Harmonies of #96CE56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CE56

Black with #96CE56

Text Example


Text Example

White with #96CE56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,206,86); }

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

background-color css

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

 a { background-color: rgb(150,206,86); }

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

border-color css

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

 span { border-color: rgb(150,206,86); }

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