Html Css Color HEX #96D348 Atlantis

📋 copy color: '#96D348'

red 150 ◦ green 211 ◦ blue 72

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

Shades of Atlantis #96D348

Tints of Atlantis #96D348

RGB

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

 GREEN value IS 211 (82.81% from 255) = 48.73%

 BLUE value IS 72 (28.52% from 255) = 16.63%

R = 34.64%
G = 48.73%
B = 16.63%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#96D348 (or 0x96D348) is known color: Atlantis. HEX triplet: 96, D3 and 48. RGB value is (150,211,72). Sum of RGB (Red+Green+Blue) = 150+211+72=433 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.64% from 433); Green value is 211 (82.81% from 255 or 48.73% from 433); Blue value is 72 (28.52% from 255 or 16.63% from 433); Max value from RGB is 211 - color contains mainly: green. Hex color #96D348 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96D348 is #692CB7. Grayscale: #B1B1B1. Windows color (decimal): -6892728 or 4772758. OLE color: 4772758.

HSL color Cylindrical-coordinate representation of color #96D348: hue angle of 86.33º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #96D348 is Cyan = 0.29, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB 150 211 72 -
CMYK 0.29 0 0.66 0.17
HSL 86.33º 0.61% 0.55% -
HSV(B) 86.33º 0.66% 0.83% -
XYZ 37.04 53.54 14.51 -
YUV 176.92 68.79 108.8 -
System Red Green Blue C M Y K H S L
Decimal 150 211 72 0.29 0 0.66 0.17 86.33 0.61 0.55
Hex 96 D3 48 1D 0 42 11 56 3D 37
Octal 226 323 110 35 0 102 21 126 75 67
Binary 10010110 11010011 1001000 11101 0 1000010 10001 1010110 111101 110111

Color Harmonies of #96D348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D348

Black with #96D348

Text Example


Text Example

White with #96D348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,211,72); }

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

background-color css

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

 a { background-color: rgb(150,211,72); }

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

border-color css

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

 span { border-color: rgb(150,211,72); }

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