Html Css Color HEX #96D84B Atlantis

📋 copy color: '#96D84B'

red 150 ◦ green 216 ◦ blue 75

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

Shades of Atlantis #96D84B

Tints of Atlantis #96D84B

RGB

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

 GREEN value IS 216 (84.77% from 255) = 48.98%

 BLUE value IS 75 (29.69% from 255) = 17.01%

R = 34.01%
G = 48.98%
B = 17.01%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#96D84B (or 0x96D84B) is known color: Atlantis. HEX triplet: 96, D8 and 4B. RGB value is (150,216,75). Sum of RGB (Red+Green+Blue) = 150+216+75=441 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.01% from 441); Green value is 216 (84.77% from 255 or 48.98% from 441); Blue value is 75 (29.69% from 255 or 17.01% from 441); Max value from RGB is 216 - color contains mainly: green. Hex color #96D84B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96D84B is #6927B4. Grayscale: #B4B4B4. Windows color (decimal): -6891445 or 4970646. OLE color: 4970646.

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

Color convert

RGB 150 216 75 -
CMYK 0.31 0 0.65 0.15
HSL 88.09º 0.64% 0.57% -
HSV(B) 88.09º 0.65% 0.85% -
XYZ 38.4 56.1 15.46 -
YUV 180.19 68.63 106.46 -
System Red Green Blue C M Y K H S L
Decimal 150 216 75 0.31 0 0.65 0.15 88.09 0.64 0.57
Hex 96 D8 4B 1F 0 41 F 58 40 39
Octal 226 330 113 37 0 101 17 130 100 71
Binary 10010110 11011000 1001011 11111 0 1000001 1111 1011000 1000000 111001

Color Harmonies of #96D84B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D84B

Black with #96D84B

Text Example


Text Example

White with #96D84B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,216,75); }

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

background-color css

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

 a { background-color: rgb(150,216,75); }

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

border-color css

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

 span { border-color: rgb(150,216,75); }

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