Html Css Color HEX #96D754 Atlantis

📋 copy color: '#96D754'

red 150 ◦ green 215 ◦ blue 84

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

Shades of Atlantis #96D754

Tints of Atlantis #96D754

RGB

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

 GREEN value IS 215 (84.38% from 255) = 47.88%

 BLUE value IS 84 (33.2% from 255) = 18.71%

R = 33.41%
G = 47.88%
B = 18.71%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#96D754 (or 0x96D754) is known color: Atlantis. HEX triplet: 96, D7 and 54. RGB value is (150,215,84). Sum of RGB (Red+Green+Blue) = 150+215+84=449 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.41% from 449); Green value is 215 (84.38% from 255 or 47.88% from 449); Blue value is 84 (33.20% from 255 or 18.71% from 449); Max value from RGB is 215 - color contains mainly: green. Hex color #96D754 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D754 is #6928AB. Grayscale: #B5B5B5. Windows color (decimal): -6891692 or 5560214. OLE color: 5560214.

HSL color Cylindrical-coordinate representation of color #96D754: hue angle of 89.77º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #96D754 is Cyan = 0.30, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.

Color convert

RGB 150 215 84 -
CMYK 0.30 0 0.61 0.16
HSL 89.77º 0.62% 0.59% -
HSV(B) 89.77º 0.61% 0.84% -
XYZ 38.48 55.73 17.12 -
YUV 180.63 73.47 106.15 -
System Red Green Blue C M Y K H S L
Decimal 150 215 84 0.30 0 0.61 0.16 89.77 0.62 0.59
Hex 96 D7 54 1E 0 3D 10 5A 3E 3B
Octal 226 327 124 36 0 75 20 132 76 73
Binary 10010110 11010111 1010100 11110 0 111101 10000 1011010 111110 111011

Color Harmonies of #96D754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D754

Black with #96D754

Text Example


Text Example

White with #96D754

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,215,84); }

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

background-color css

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

 a { background-color: rgb(150,215,84); }

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

border-color css

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

 span { border-color: rgb(150,215,84); }

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