Html Css Color HEX #96C94D Atlantis

📋 copy color: '#96C94D'

red 150 ◦ green 201 ◦ blue 77

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

Shades of Atlantis #96C94D

Tints of Atlantis #96C94D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 46.96%

 BLUE value IS 77 (30.47% from 255) = 17.99%

R = 35.05%
G = 46.96%
B = 17.99%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#96C94D (or 0x96C94D) is known color: Atlantis. HEX triplet: 96, C9 and 4D. RGB value is (150,201,77). Sum of RGB (Red+Green+Blue) = 150+201+77=428 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.05% from 428); Green value is 201 (78.91% from 255 or 46.96% from 428); Blue value is 77 (30.47% from 255 or 17.99% from 428); Max value from RGB is 201 - color contains mainly: green. Hex color #96C94D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C94D is #6936B2. Grayscale: #ACACAC. Windows color (decimal): -6895283 or 5097878. OLE color: 5097878.

HSL color Cylindrical-coordinate representation of color #96C94D: hue angle of 84.68º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #96C94D is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB 150 201 77 -
CMYK 0.25 0 0.62 0.21
HSL 84.68º 0.53% 0.55% -
HSV(B) 84.68º 0.62% 0.79% -
XYZ 34.8 48.79 14.6 -
YUV 171.62 74.6 112.58 -
System Red Green Blue C M Y K H S L
Decimal 150 201 77 0.25 0 0.62 0.21 84.68 0.53 0.55
Hex 96 C9 4D 19 0 3E 15 55 35 37
Octal 226 311 115 31 0 76 25 125 65 67
Binary 10010110 11001001 1001101 11001 0 111110 10101 1010101 110101 110111

Color Harmonies of #96C94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C94D

Black with #96C94D

Text Example


Text Example

White with #96C94D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,201,77); }

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

background-color css

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

 a { background-color: rgb(150,201,77); }

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

border-color css

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

 span { border-color: rgb(150,201,77); }

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