Html Css Color HEX #96DA46 Atlantis

📋 copy color: '#96DA46'

red 150 ◦ green 218 ◦ blue 70

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

Shades of Atlantis #96DA46

Tints of Atlantis #96DA46

RGB

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

 GREEN value IS 218 (85.55% from 255) = 49.77%

 BLUE value IS 70 (27.73% from 255) = 15.98%

R = 34.25%
G = 49.77%
B = 15.98%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#96DA46 (or 0x96DA46) is known color: Atlantis. HEX triplet: 96, DA and 46. RGB value is (150,218,70). Sum of RGB (Red+Green+Blue) = 150+218+70=438 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.25% from 438); Green value is 218 (85.55% from 255 or 49.77% from 438); Blue value is 70 (27.73% from 255 or 15.98% from 438); Max value from RGB is 218 - color contains mainly: green. Hex color #96DA46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96DA46 is #6925B9. Grayscale: #B5B5B5. Windows color (decimal): -6890938 or 4643478. OLE color: 4643478.

HSL color Cylindrical-coordinate representation of color #96DA46: hue angle of 87.57º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #96DA46 is Cyan = 0.31, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 218 70 -
CMYK 0.31 0 0.68 0.15
HSL 87.57º 0.67% 0.56% -
HSV(B) 87.57º 0.68% 0.85% -
XYZ 38.75 57.07 14.77 -
YUV 180.8 65.47 106.03 -
System Red Green Blue C M Y K H S L
Decimal 150 218 70 0.31 0 0.68 0.15 87.57 0.67 0.56
Hex 96 DA 46 1F 0 44 F 58 43 38
Octal 226 332 106 37 0 104 17 130 103 70
Binary 10010110 11011010 1000110 11111 0 1000100 1111 1011000 1000011 111000

Color Harmonies of #96DA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DA46

Black with #96DA46

Text Example


Text Example

White with #96DA46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,218,70); }

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

background-color css

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

 a { background-color: rgb(150,218,70); }

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

border-color css

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

 span { border-color: rgb(150,218,70); }

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