Html Css Color HEX #96C850 Atlantis

📋 copy color: '#96C850'

red 150 ◦ green 200 ◦ blue 80

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

Shades of Atlantis #96C850

Tints of Atlantis #96C850

RGB

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

 GREEN value IS 200 (78.52% from 255) = 46.51%

 BLUE value IS 80 (31.64% from 255) = 18.6%

R = 34.88%
G = 46.51%
B = 18.6%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.6

 K value IS 0.22

RGB Variations

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

Color information

#96C850 (or 0x96C850) is known color: Atlantis. HEX triplet: 96, C8 and 50. RGB value is (150,200,80). Sum of RGB (Red+Green+Blue) = 150+200+80=430 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.88% from 430); Green value is 200 (78.52% from 255 or 46.51% from 430); Blue value is 80 (31.64% from 255 or 18.60% from 430); Max value from RGB is 200 - color contains mainly: green. Hex color #96C850 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C850 is #6937AF. Grayscale: #ABABAB. Windows color (decimal): -6895536 or 5294230. OLE color: 5294230.

HSL color Cylindrical-coordinate representation of color #96C850: hue angle of 85º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #96C850 is Cyan = 0.25, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.22.

Color convert

RGB 150 200 80 -
CMYK 0.25 0 0.6 0.22
HSL 85º 0.52% 0.55% -
HSV(B) 85º 0.6% 0.78% -
XYZ 34.68 48.37 15.1 -
YUV 171.37 76.44 112.76 -
System Red Green Blue C M Y K H S L
Decimal 150 200 80 0.25 0 0.6 0.22 85 0.52 0.55
Hex 96 C8 50 19 0 3C 16 55 34 37
Octal 226 310 120 31 0 74 26 125 64 67
Binary 10010110 11001000 1010000 11001 0 111100 10110 1010101 110100 110111

Color Harmonies of #96C850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C850

Black with #96C850

Text Example


Text Example

White with #96C850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,200,80); }

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

background-color css

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

 a { background-color: rgb(150,200,80); }

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

border-color css

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

 span { border-color: rgb(150,200,80); }

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